GetElevation Method (ObjectId, Double)

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

Syntax

C#

public double GetElevation(
	ObjectId alignmentId,
	double stationOnAlignment
)

Visual Basic

Public Function GetElevation ( _
	alignmentId As ObjectId, _
	stationOnAlignment As Double _
) As Double

Visual C++

public:
double GetElevation(
	ObjectId alignmentId, 
	double stationOnAlignment
)

Parameters

alignmentId
Type: ObjectId
stationOnAlignment
Type: System.Double

See Also