SuperelevationCriticalStationGetSmoothingLength Method |
Returns the smoothing length at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GetSmoothingLength(
SuperelevationCrossSegmentType crossSegmentType
)
Public Function GetSmoothingLength (
crossSegmentType As SuperelevationCrossSegmentType
) As Double
public:
double GetSmoothingLength(
SuperelevationCrossSegmentType crossSegmentType
)
Parameters
- crossSegmentType SuperelevationCrossSegmentType
- The type of a Superelevation cross segment.
Return Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- The crossSegmentType is invalid for the current SuperelevationCriticalStation object.
- The smoothing value is on the specified crossSegmentType.
|
See Also