AlignmentGetInstantaneousRadius Method

Returns the instantaneous radius at the specified station.

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

Parameters

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

Return Value

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