IMcGraphObjGroupGroup Method
|
|
Add the designated object(s) to this group
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub Group (
<OptionalAttribute> GraphObject As Object
)
Parameters
- GraphObject (Optional)
- Type: SystemObject
If missing or Empty, then add the current set of selected
objects. Otherwise a McGraphObj instance to add that one object to the
collection.
RemarksWhen vGraphObject is an empty VARIANT, the currently selected objects
are added to this group. Otherwise GraphObject should contain a single graphic
object to add to this group.
The ZoomWithImage property is forced True for objects added to a group
with GroupType mgogtLightBox.
See Also