Description

Remove the designated object(s) from this group.

Return Type

None  

Syntax

object.Ungroup [vGraphObject]

The Ungroup Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjGroup.
vGraphObjectOptional. A Variant value.

Empty, or an McGraphObj.

Remarks

When vGraphObject is an empty VARIANT, all the graphic objects contained in this group are removed and put back in the main McOverlay collection where they can be controlled individually. Otherwise vGraphObject should contain a single graphic object to move from this group to the main McOverlay collection.