SuperelevationCriticalStationSetSlope Method |
Sets the slope at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetSlope(
SuperelevationCrossSegmentType crossSegmentType,
double slope
)
Public Sub SetSlope (
crossSegmentType As SuperelevationCrossSegmentType,
slope As Double
)
public:
void SetSlope(
SuperelevationCrossSegmentType crossSegmentType,
double slope
)
Parameters
- crossSegmentType SuperelevationCrossSegmentType
- The type of a Superelevation cross segment.
- slope Double
- The slope value of the current SuperelevationCriticalStation.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object.
|
See Also