Click or drag to resize

IMcGraphOverlayViews 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
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