FeatureLineSetCurveRadius Method |
Sets the radius at the index of feature line's curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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.
Exceptions
See Also