Description
A count of updates to the active frame's pixels.
-
Property type
-
A Long value.
-
Syntax
-
object.ActiveFrameUpdateCount
The ActiveFrameUpdateCount Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | Remarks
This property can be used to verify that pixel data associated with some calculation on the active frame, is still the same as that used for a previous calculation. Note that the AllFramesUpdateCount tracks all frames, not just the active frame, so use that property if any change to image pixel data is significant.
Changes to image properties do not change this count; use PropertyChangeCount to track those changes.
|