UseEndStation Property

Returns true if the end station is used.

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

Syntax

C#

public bool UseEndStation { get; }

Visual Basic

Public ReadOnly Property UseEndStation As Boolean
	Get

Visual C++

public:
property bool UseEndStation {
	bool get ();
}

See Also