Description

A read/write property allowing to access or change the “Parent” of the McProperties collection (eg McImage object).

Property type

An Object object.  

Syntax

[Set] object.Parent [= Object]

The Parent Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McProperties.
ObjectAn Object object.

Remarks

The properties returned by McProperties are all children of this parent object, thus setting this value will change the list of properties handled by the McProperties collection interface.

Builtin instances of the McProperties interface (ImcImage.Properties) cannot be re-parented.

Exceptions

E_ACCESSDENIED if set for a builtin instance.