Adds a CANTCriticalStation of the specified transition type at the specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
[ObsoleteAttribute("Use the override methods with attainment region type as input parameter instead.",
false)]
public void Add(
double station,
SuperelevationCriticalStationType criticalStationType
) |
Visual Basic |
---|
<ObsoleteAttribute("Use the override methods with attainment region type as input parameter instead.", _
False)> _
Public Sub Add ( _
station As Double, _
criticalStationType As SuperelevationCriticalStationType _
) |
Visual C++ |
---|
public:
[ObsoleteAttribute(L"Use the override methods with attainment region type as input parameter instead.",
false)]
void Add(
double station,
SuperelevationCriticalStationType criticalStationType
) |
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the station value is out of the range of alignment's stations.
|
System..::..InvalidOperationException |
Thrown when:
- The criticalStationType is BeingAlignment or EndAlignment.
- There is no design speed data on the alignment.
|
See Also