Sets 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 void SetCurveRadius( int index, double radius )
VB
Public Sub SetCurveRadius ( index As Integer, radius As Double )
C++
public: void SetCurveRadius( int index, double radius )
Parameters
- index Int32
- The index of feature line's curve.
- radius Double
- The radius of feature line's curve to be set.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when: The index is out of range. |
InvalidOperationException | Thrown when: The current object not a FeatureLine object. Current index curve is smoothed. The raiuds value is invalid. |