Click or drag to resize

mcViewGroupEnum Enumeration

Standard values for the IMcBasicView.ViewerGroup property.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcViewGroupEnum
Members
  Member nameValueDescription
vgNoViewerGroup0Not part of any viewer group
vgMDIImageWindow1A standard MDI Image Window
vgSmallPreviewWindow2A small preview window
vgLargePreviewWindow4A large preview window
vgImageMcDisplay8A McDisplay operator that is an immediate child of an McImage
vgGraphOverlayMcDisplay16A McDisplay operator that is an immediate child of an McGraphOverlay
vgLocalZoomWindow32A window displaying a Local Zoom'ed portion of its parent image
vgColorCompositeWindow64A window displaying a color composite preview (Or'ed with vgMDIImageWindow)
vgRunNoTools4096
vgReservedMask-268435456
vgKeepExistingViewsFlag-2147483648A flag used internally during assignment to theMcViews.ViewerGroupsToTrack property to indicate that current views in the collection should not be removed before synchronizing with views sharing the assigned groups.
Remarks
Note that these are bit fields, so that an IMcBasicMcView instance may be part of more than one group.
See Also