IDisplayOverlaysRemove Method
|
|
Remove an item 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
RemarksAll links between features and the McGraphOverlay being removed
are broken.
Index values associated with other members of the collection can
change as a result of this call, and of course the Count property will decrease
by one.
See Also