Click or drag to resize

IMcImageUseActiveFrameRange Property

Determines whether operations will apply to the active frame or the active range of frames.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property UseActiveFrameRange As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
When UseActiveFrameRange is True, processing operators will automatically process all the active frames of an image. When UseActiveFrameRange is FALSE, processing operators will process only the active frame (see the ActiveFrameIndex property), which may or may not be one of the frames within the active frame range.
Note Note
On assigment an OnPropertyChanged(ID_IMcImage_UseActiveFrameRange) event is fired.
See Also