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