FindElevationAtXY Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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

See Also