Description
Remove the designated object(s) from this group.
-
Return Type
-
None
-
Syntax
-
object.Ungroup [vGraphObject]
The Ungroup Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjGroup. | | vGraphObject | Optional. 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.
|