Sets 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 void SetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType, double length )
VB
Public Sub SetSmoothingLength ( crossSegmentType As SuperelevationCrossSegmentType, length As Double )
C++
public: void SetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType, double length )
Parameters
- crossSegmentType SuperelevationCrossSegmentType
- The type of a Superelevation cross segment.
- length Double
- The smoothing length of the current SuperelevationCriticalStation.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object. |