Station Property

Gets the Station settings

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public SettingsAmbient.SettingsStation Station { get; }

Visual Basic

Public ReadOnly Property Station As SettingsAmbient.SettingsStation
	Get

Visual C++

public:
property SettingsAmbient.SettingsStation^ Station {
	SettingsAmbient.SettingsStation^ get ();
}

See Also