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