Description
Determines whether operations will apply to the active frame or the active range of frames.
-
Property type
-
A Boolean value.
-
Syntax
-
object.UseActiveFrameRange [= value]
The UseActiveFrameRange Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | value | A Boolean value. | 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.
Notes
On assigment an OnPropertyChanged(ID_IMcImage_UseActiveFrameRange) event is fired.
|