Gets the station type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public StationTypes StationType { get; set; }
VB
Public Property StationType As StationTypes Get Set
C++
public: property StationTypes StationType { StationTypes get (); void set (StationTypes value); }