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
SyntaxProperty UseActiveFrameRange As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksWhen 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 |
---|
On assigment an OnPropertyChanged(ID_IMcImage_UseActiveFrameRange) event is fired. |
See Also