SurfaceFindElevationAtXY Method |
Gets the elevation of the Surface at the specified location (x, y).
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double FindElevationAtXY(
double x,
double y
)
Public Function FindElevationAtXY (
x As Double,
y As Double
) As Double
public:
double FindElevationAtXY(
double x,
double y
)
Parameters
- x Double
-
- y Double
-
Return Value
Double
Exceptions
See Also