Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Parent Property
Description
Read Only: Returns Parent Command Object
Property type
Read-only property
Syntax
Visual Basic
Public Property Parent As Command
Return Type
The parent of a DimensionCmd object is the same underlying PC-DMIS object as the DimensionCmd object itself. Getting the parent allows you to access the generic Command properties and methods of a given object.
See Also