Sets the smoothing length at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void SetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType, double length )
Visual Basic
Public Sub SetSmoothingLength ( _ crossSegmentType As SuperelevationCrossSegmentType, _ length As Double _ )
Visual C++
public: void SetSmoothingLength( SuperelevationCrossSegmentType crossSegmentType, double length )
Parameters
- crossSegmentType
- Type: Autodesk.Civil.SuperelevationCrossSegmentType
The type of a Superelevation cross segment.
- length
- Type: System.Double
The smoothing length of the current SuperelevationCriticalStation.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object. |