Click or drag to resize

IMcViews Interface

Maintains a collection of views where to display graphic objects.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcViews

The IMcViews type exposes the following members.

Properties
  NameDescription
Public propertyClient
Read/write property exposing a client for this view collection.
Public propertyCount
Returns the number of views in this McViews object.
Public propertyItem
Returns one of the views contained in an McViews object.
Public propertyViewerGroupsToTrack
Property controlling which McViewer.ViewerGroup is tracked.
Top
Methods
  NameDescription
Public methodAdd
Add a new IMcBasicView to this McViews collection.
Public methodRemove
Removes a McBasicView from the McViews collection.
Public methodRemoveAll
Removes all the views from the McViews collection.
Top
Remarks
This interface is responsible for maintaining a collection of objects implementing the IMcBasicView interface. The IMcBasicView interface is currently only implemented by McView objects (instances of the viewer COM control). An IMcViews instance is automatically created by McGraphOverlay (and attached to its parent IMcImage) and exposed as McGraphOverlay.Views. This IMcViews object automatically maintains the list of active views and is used internally by McGraphOverlay to control the views where graphic objects should be displayed.
See Also