IDisplayedObjectsRemove Method
|
|
Remove one McGraphObj from the collection
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxSub Remove (
varItem As Object
)
Parameters
- varItem
- Type: SystemObject
Either an McGraphObj object instance or an index number.
If an McGraphObj object instance, then the collection is searched for
that McGraphObj instance. If the object is found, then it is removed
from the collection. If the object is not found, then the routine just
returns without error.
If an index number, then that McGraphObj instance is removed from the
collection. The index number must be from zero to Count-1.
RemarksYou may specify the graph object to remove by either the index number
or by the object instance.
See Also