StationType Property

Gets the station type.

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