IMcViewsRemove Method
|
|
Removes a McBasicView from the McViews collection.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub Remove (
View As Object
)
Parameters
- View
- Type: SystemObject
The IDispatch interface for the IMcBasicView instance to remove.
RemarksMcViews will unregister from the view _IMcBasicViewEvents or _IMcBasicViews event service.
The view will be removed only if it is part of the McViews collection.
It is not an error to pass a IMcBasicView instance that is not in the collection;
such an argument is just ignored.
See Also