Gets the critical station type of the SuperelevationCriticalStation object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SuperelevationCriticalStationType StationType { get; }
Visual Basic
Public ReadOnly Property StationType As SuperelevationCriticalStationType
	Get
Visual C++
public:
property SuperelevationCriticalStationType StationType {
	SuperelevationCriticalStationType get ();
}

See Also