Click or drag to resize

IMcImagePropertyChangeCount Property

A count of changes to image properties.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property PropertyChangeCount As Integer
	Get

Property Value

Type: Int32
Remarks
This property can be used to verify that the overall image property state associated with some calculation is still the same as that used for a previous calculation. Changes to pixel data will change this count only once (when the Modified property is set True); use ActiveFrameUpdateCount for counting further image changes. Changes made via the Properties or LookupTables collections are not captured by this change counter. If your calculation depends on the state of LookupTables or user-assigned image properties, then you will need to check those directly for changes.
See Also