StationType Property

Gets the critical station type of the CANTCriticalStation object.

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