CorridorSurfaceFindElevationAtXY Method

Finds the elevation of the surface at the specified XY location.

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

Parameters

x  Double
 
y  Double
 

Return Value

Double
See Also