Click or drag to resize

mcDocumentViewFlags Enumeration

Enumeration of all the common view types.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcDocumentViewFlags
Members
  Member nameValueDescription
mcdvfNone0 This view is unknown.
mcdvfReadOnly1 Read-only view which does not allow to modify its document.
mcdvfVeryLargeImage2 A view representing a very large image backed by multi-resolutions files.
mcdvf2D4 This view displays 2D data.
mcdvf3D8 This view displays 3D data using the basic OpenGL based 3D viewer.
mcdvfND16 This view displays 3D data using the advanved ND viewer.
mcdvfSurfacePlot32 Represents a surface plot of 2D data.
mcdvfColorComposite64 Indicates a color composite view of any data.
mcdvfSlicer128 The view shows 3D data using a slicer view which combines multiple 2D views and a 3D view.
mcdvfGallery256 This view displays all the frames of a sequence side by side.
mcdvfBitmap512 The bitmap view shows the image represented as a spreadsheet.
mcdvfTiling1024 This views is a special one used for tiling.
mcdvfImageCompare2048 This views is a special one used for comparing images.
mcdvfExperiment4096 This view represents a map of an experiment containing multiple documents.
mcdvfMotionTracking8192 This view represents Motion Tracking document.
mcdvfIntensityTracking16384 This view represents Intensity Tracking document.
mcdvfHeatmap32768 This view represents Heat Map Data Collector document.
Remarks
Multiple flags can be OR'd together.
See Also