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