SurfaceFindElevationAtXY Method

Gets the elevation of the Surface at the specified location (x, y).

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double FindElevationAtXY(
	double x,
	double y
)

Parameters

x  Double
 
y  Double
 

Return Value

Double
Exceptions
ExceptionCondition
PointNotOnEntityException Thrown when location (x, y) is outside of the surface range.
See Also