Click or drag to resize

IMcThresholdChangeCount Property

A count of changes to McThreshold properties and dependencies

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

Return Value

Type: Int32
long
Remarks
This counter is incremented any time that a change is made to one of the McThreshold properties or anytime a change is made to the McThreshold.Histogram properties. The count is also incremented if there is an ancestor image and its image data or Aoi changes. In short, if there is an ancestor McImage and the ChangeCount is the same as one that you capture after doing an Execute, then the results of the Execute operation will be the same.
See Also