Parent Property
Description
Returns the parent Command object. Read-only.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Parent As Command |
Return Type
The parent of a MoveCommand object is the same underlying PC-DMIS object as the MoveCommand object itself. Getting the parent allows you to access the generic Command properties and methods of a given object.
See Also