FeatureLineGetCurveRadius Method

Gets 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 double GetCurveRadius(
	int index
)

Parameters

index  Int32
The index of feature line's curve.

Return Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when: The index is out of range.
See Also