Gets or sets the station of the SuperelevationCriticalStation object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double Station { get; set; } |
| Visual Basic |
|---|
Public Property Station As Double Get Set |
| Visual C++ |
|---|
public: property double Station { double get (); void set (double value); } |
Remarks
When the station value changed, the collections resorts automactically by the station value in each curve group.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the station value is out of the range of alignment's station. |