Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Parent Property
Description

Returns the parent Command object. Read-only.

 

Property type
Read-only property
Syntax
Visual Basic
Public Property Parent As Command
Remarks

The parent of an AlignCommand object is the same underlying PC-DMIS object as the AlignCommand object itself. Getting the parent allows you to access the generic Command properties and methods of a given object.

See Also