Direction of travel. True = forwards, false = backwards.

Namespace: XpressnetLib
Assembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796

Syntax

C#
public bool Direction { get; }
Visual Basic
Public ReadOnly Property Direction As Boolean
	Get
Visual C++
public:
property bool Direction {
	bool get ();
}

See Also