Gets the curve radius at this cant critical station.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double CurveRadius { get; }
VB
Public ReadOnly Property CurveRadius As Double Get
C++
public: property double CurveRadius { double get (); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when curve radius is not applicable at this critical station, or otherwise cannot be obtained. |