Sets the radius at the index of feature line's curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void SetCurveRadius(
int index,
double radius
) |
Visual Basic |
---|
Public Sub SetCurveRadius ( _
index As Integer, _
radius As Double _
) |
Visual C++ |
---|
public:
void SetCurveRadius(
int index,
double radius
) |
Parameters
- index
- Type: System..::..Int32
The index of feature line's curve.
- radius
- Type: System..::..Double
The radius of feature line's curve to be set.
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException |
Thrown when:
The index is out of range.
|
System..::..InvalidOperationException |
Thrown when:
The current object not a FeatureLine object.
Current index curve is smoothed.
The raiuds value is invalid.
|
See Also