SuperelevationCriticalStationGetSlope Method |
Returns the slope at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double GetSlope(
SuperelevationCrossSegmentType crossSegmentType
)
Public Function GetSlope (
crossSegmentType As SuperelevationCrossSegmentType
) As Double
public:
double GetSlope(
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 slope value is clear on the specified crossSegmentType.
|
See Also