Click or drag to resize

IMcView3DAutoReloadFlags Property

Defines when 3D viewer has to be updated based on the changes to the original image.

Namespace:  MediaCy.IQL.Display.Viewer3D
Assembly:  MediaCy.IQL.Display.Viewer3D (in MediaCy.IQL.Display.Viewer3D.dll) Version: 10.0.6912.0
Syntax
VB
Property AutoReloadFlags As mcView3DAutoReloadFlags
	Get
	Set

Property Value

Type: mcView3DAutoReloadFlags
Remarks
The default value is mcv3darAllChanged, which activated reloading of the source image when image data gets modified or LUT changed (contrast, brightness, gamma, display range). If AutoReloadFlags is not mcv3darNone, the image is unloaded from 3D viewer when the image is closed. Use ReloadImage to force reloading regardless the value of AutoReloadFlags.
See Also