FeatureLineSetCurveRadius Method |
Sets the radius at the index of feature line's curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetCurveRadius(
int index,
double radius
)
Public Sub SetCurveRadius (
index As Integer,
radius As Double
)
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.
ExceptionsException | 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.
|
See Also