Adds a SuperelevationCriticalStation of the specified transition type at the specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public void Add( double station, SuperelevationCriticalStationType criticalStationType ) |
Visual Basic |
---|
Public Sub Add ( _ station As Double, _ criticalStationType As SuperelevationCriticalStationType _ ) |
Visual C++ |
---|
public: void Add( double station, SuperelevationCriticalStationType criticalStationType ) |
Parameters
- station
- Type: System..::..Double
The station value on the alignment object.
- criticalStationType
- Type: Autodesk.Civil..::..SuperelevationCriticalStationType
The type of the critical station.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the station value is out of the range of alignment's stations. |
System..::..InvalidOperationException |
Thrown when:
|