Returns the instantaneous radius at the specified station.

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

Syntax

C#
public double GetInstantaneousRadius(
	double rawStation
)
Visual Basic
Public Function GetInstantaneousRadius ( _
	rawStation As Double _
) As Double
Visual C++
public:
double GetInstantaneousRadius(
	double rawStation
)

Parameters

rawStation
Type: System..::..Double
Specifies the raw (no equations) station value.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the rawStation is out of Alignment station range.

See Also