FeatureLineGetBulge Method |
Gets the bulge at the index of feature line's segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GetBulge(
int index
)
Public Function GetBulge (
index As Integer
) As Double
public:
double GetBulge(
int index
)
Parameters
- index Int32
- The index of feature line's segment.
Return Value
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when:
The index is out of range.
|
See Also