AlignmentGetStationStringWithEquations Method

Gets a string indicating the station of an Alignment using the Station equations.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public string GetStationStringWithEquations(
	double rawStation
)

Parameters

rawStation  Double
Specifies the raw (no equations) Station value.

Return Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when the rawStation is out of Alignment station range.
See Also