IMcGraphObjGroupUngroup Method
|
|
Remove the designated object(s) from this group.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub Ungroup (
<OptionalAttribute> GraphObject As Object
)
Parameters
- GraphObject (Optional)
- Type: SystemObject
If missing or Empty, then empty the group. If a McGraphObj
instance to remove that one object from the collection; an error results
if the specified object is not part of the group.
See Also