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
SyntaxPublic Interface IMcViews
The IMcViews type exposes the following members.
Properties
| Name | Description |
---|
 | Client | Read/write property exposing a client for this view collection. |
 | Count | Returns the number of views in this McViews object. |
 | Item | Returns one of the views contained in an McViews object. |
 | ViewerGroupsToTrack | Property controlling which McViewer.ViewerGroup is tracked. |
Top
Methods
| Name | Description |
---|
 | Add | Add a new IMcBasicView to this McViews collection. |
 | Remove | Removes a McBasicView from the McViews collection. |
 | RemoveAll | Removes all the views from the McViews collection. |
Top
RemarksThis 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