Gets a string indicating the station of an Alignment using the Station equations.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public string GetStationStringWithEquations( double rawStation )
Visual Basic
Public Function GetStationStringWithEquations ( _ rawStation As Double _ ) As String
Visual C++
public: String^ GetStationStringWithEquations( double rawStation )
Parameters
- rawStation
- Type: System.Double
Specifies the raw (no equations) Station value.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the rawStation is out of Alignment station range. |