IMcImageAllFramesUpdateCount Property
|
|
A count of updates to all frame's pixels.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxReadOnly Property AllFramesUpdateCount As Integer
Get
Property Value
Type:
Int32
RemarksThis 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.
See Also