Gets or sets a value indicating whether a command pending to be sent to the manip.
Namespace:
VideoRayAssembly: 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); } |