Description
A count of updates to all frame's pixels.
-
Property type
-
A Long value.
-
Syntax
-
object.AllFramesUpdateCount
The AllFramesUpdateCount 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 for all frames associated with some calculation is still the same as that used for a previous calculation.
Changes to image properties do not change this count; use PropertyChangeCount to track those changes.
|