Finds the elevation of the surface at the specified XY location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double FindElevationAtXY( double x, double y ) |
Visual Basic |
---|
Public Function FindElevationAtXY ( _ x As Double, _ y As Double _ ) As Double |
Visual C++ |
---|
public: double FindElevationAtXY( double x, double y ) |
Parameters
- x
- Type: System..::..Double
- y
- Type: System..::..Double