Gets the bulge at the index of feature line's segment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double GetBulge( int index )
VB
Public Function GetBulge ( index As Integer ) As Double
C++
public: double GetBulge( int index )
Parameters
- index Int32
- The index of feature line's segment.
Return Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when: The index is out of range. |