Station Property

Gets or sets the station of the SuperelevationCriticalStation object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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

ExceptionCondition
System.ArgumentException Thrown when the station value is out of the range of alignment's station.

See Also