Click or drag to resize

IMcGraphOverlay2Views Property

Readonly property exposing the overlay controlled 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
ReadOnly Property Views As McViews
	Get

Property Value

Type: McViews

Implements

IMcGraphOverlayViews
Remarks
The McViews object exposed by this method implements the IMcViews interface. Assigning to the Views.ViewerGroupsToTrack will automatically synchronize this McViews with any ancestor McImage.Views collection.
See Also