CurrentCommand Property
Description
Returns a Command object representing the current PC-DMIS command. Note that if you use the Commands.Add method prior to this property, the current command returned will be the last added command from the Add method. Read-only Command object.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property CurrentCommand As Command |
Return Type
Command object.
See Also