Gets the bulge at the index of feature line's segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
Exception | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown when: The index is out of range. |