GetCurveRadius Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public double GetCurveRadius(
	int index
)

Visual Basic

Public Function GetCurveRadius ( _
	index As Integer _
) As Double

Visual C++

public:
double GetCurveRadius(
	int index
)

Parameters

index
Type: System.Int32
The index of feature line's curve.

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException Thrown when: The index is out of range.

See Also