Share

FeatureLine.GetCurveRadius 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.280

Syntax

C#

public double GetCurveRadius(
	int index
)

VB

Public Function GetCurveRadius ( 
	index As Integer
) As Double

C++

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

Reference

Was this information helpful?