FeatureLineSetCurveRadius Method

Sets the radius at the index of feature line's curve.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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
ExceptionCondition
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