Gets the collection of sample elevations.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public Point3dCollection GetSampleElevations(
	double startX,
	double startY,
	double endX,
	double endY
)
Visual Basic
Public Function GetSampleElevations ( _
	startX As Double, _
	startY As Double, _
	endX As Double, _
	endY As Double _
) As Point3dCollection
Visual C++
public:
Point3dCollection^ GetSampleElevations(
	double startX, 
	double startY, 
	double endX, 
	double endY
)

Parameters

startX
Type: System..::..Double
startY
Type: System..::..Double
endX
Type: System..::..Double
endY
Type: System..::..Double

See Also