Click or drag to resize

IMcViewsAdd Method

Add a new IMcBasicView to this McViews collection.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Sub Add ( 
	View As Object
)

Parameters

View
Type: SystemObject
The IDispatch interface for a single IMcBasicView instance to add to the collection. Individual View objects must implement both IMcBasicView and IDispatch and broadcast events using the _IMcBasicViewEvents source interface. When a view is added, McViews registers as a sink of the _IMcBasicViewEvents source interface.
Remarks
If the view being added is already part of the collection, the call is just ignored.
See Also