Share

Alignment.GetStationStringWithEquations 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.8.0.280

Syntax

C#

public string GetStationStringWithEquations(
	double rawStation
)

VB

Public Function GetStationStringWithEquations ( 
	rawStation As Double
) As String

C++

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

Reference

Was this information helpful?