Share

Station.StationType Property

Gets the station type.



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

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);
}

Property Value

StationTypes

See Also

Reference

Was this information helpful?