True if the locomotive is free to be operated. False if the locomotive is being controlled by another Xpressnet device.

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

Syntax

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

See Also