Gets the radius at the index of feature line's curve.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double GetCurveRadius( int index )
VB
Public Function GetCurveRadius ( index As Integer ) As Double
C++
public: double GetCurveRadius( int index )
Parameters
- index Int32
- The index of feature line's curve.
Return Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when: The index is out of range. |