Description

The “parent” McImage of which this frame is a part, or Nothing if this frame has been removed from its image.

Property type

A McImage object.  

Syntax

object.ParentImage

The ParentImage Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFrame.

Remarks

It the frame is removed from its McImage by calling McImage.RemoveFrames, then this property will be “Nothing”. If a frame is moved from one image to another one by calling McImage.MoveFrames, then this property will reflect the new image.