Returns the smoothing length at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double GetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType )
VB
Public Function GetSmoothingLength ( crossSegmentType As SuperelevationCrossSegmentType ) As Double
C++
public: double GetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType )
Parameters
- crossSegmentType SuperelevationCrossSegmentType
- The type of a Superelevation cross segment.
Return Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException |
Thrown when:
|