GetBulge Method

Gets the bulge at the index of feature line's segment.

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

Syntax

C#

public double GetBulge(
	int index
)

Visual Basic

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

Visual C++

public:
double GetBulge(
	int index
)

Parameters

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

Exceptions

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

See Also