Gets the station type.

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

Syntax

C#
public StationTypes StationType { get; set; }
Visual Basic
Public Property StationType As StationTypes
	Get
	Set
Visual C++
public:
property StationTypes StationType {
	StationTypes get ();
	void set (StationTypes value);
}

See Also