FeatureLineGetCurveRadius Method |
Gets the radius at the index of feature line's curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GetCurveRadius(
int index
)
Public Function GetCurveRadius (
index As Integer
) As Double
public:
double GetCurveRadius(
int index
)
Parameters
- index Int32
- The index of feature line's curve.
Return Value
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when:
The index is out of range.
|
See Also