Share

CorridorSurface.GetSampleElevations Method

Gets the collection of sample elevations.



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

Syntax

C#

public Point3dCollection GetSampleElevations(
	double startX,
	double startY,
	double endX,
	double endY
)

VB

Public Function GetSampleElevations ( 
	startX As Double,
	startY As Double,
	endX As Double,
	endY As Double
) As Point3dCollection

C++

public:
Point3dCollection^ GetSampleElevations(
	double startX, 
	double startY, 
	double endX, 
	double endY
)

Parameters

startX  Double
 
startY  Double
 
endX  Double
 
endY  Double
 

Return Value

Point3dCollection

See Also

Reference

Was this information helpful?