Click or drag to resize

IMcImageSetUseActiveRegion Property

Determines the portion of the set to process.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Property UseActiveRegion As mcImageSetActivePortionTypes
	Get
	Set

Property Value

Type: mcImageSetActivePortionTypes
Remarks
Gets or sets a flag determining the portion of the set to be processed by operations. The options include processing just the displayed portion of the set (WYSIWYG, which could be a single frame or a multi-channel Z stack), the current Z stack (if the set supports the Z dimension), or the active region of the set. The default is the active region of the set.
See Also