Share

SlopeElevationTarget.GetElevation(ObjectId, Double) Method



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

Syntax

C#

public double GetElevation(
	ObjectId alignmentId,
	double stationOnAlignment
)

VB

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

C++

public:
double GetElevation(
	ObjectId alignmentId, 
	double stationOnAlignment
)

Parameters

alignmentId  ObjectId
 
stationOnAlignment  Double
 

Return Value

Double

See Also

Reference

Was this information helpful?