Gets or sets a value indicating whether a command pending to be sent to the manip.

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool CommandPending { get; set; }
Visual Basic (Declaration)
Public Property CommandPending As Boolean
Visual C++
public:
property bool CommandPending {
	bool get ();
	void set (bool value);
}

Field Value

true if a command is pending; otherwise, false.

See Also