Description
Add the designated object(s) to this group
-
Return Type
-
None
-
Syntax
-
object.Group [vGraphObject]
The Group 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, the currently selected objects are added to this group. Otherwise vGraphObject should contain a single graphic object to add to this group.
|