SuperelevationCriticalStationCollectionAdd(Double, SuperelevationCriticalStationType) Method |
Note: This API is now obsolete.
Adds a SuperelevationCriticalStation of the specified transition type at the specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use the override methods with attainment region type as input parameter instead.",
false)]
public void Add(
double station,
SuperelevationCriticalStationType criticalStationType
)
<ObsoleteAttribute("Use the override methods with attainment region type as input parameter instead.",
false)>
Public Sub Add (
station As Double,
criticalStationType As SuperelevationCriticalStationType
)
public:
[ObsoleteAttribute(L"Use the override methods with attainment region type as input parameter instead.",
false)]
void Add(
double station,
SuperelevationCriticalStationType criticalStationType
)
Parameters
- station Double
- The station value on the alignment object.
- criticalStationType SuperelevationCriticalStationType
- The type of the critical station.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the station value is out of the range of alignment's stations.
|
InvalidOperationException |
Thrown when:
- The criticalStationType is BeingAlignment or EndAlignment.
- There is no design speed data on the alignment.
|
ArgumentException |
Thrown when the station value is out of the range of alignment's stations.
|
InvalidOperationException |
Thrown when:
- The criticalStationType is BeingAlignment or EndAlignment.
- There is no design speed data on the alignment.
|
See Also