Description
A count of changes to histogram properties.
-
Property type
-
A Long value.
-
Syntax
-
object.ChangeCount
The ChangeCount Property syntax has these parts: |
| object | An expression evaluating to an object of type McHistogram. | Remarks
This property can be used to verify that the histogram associated with some calculation is still the same as that used for a previous calculation. The ChangeCount is also incremented when the underlying image data changes, so that the histogram itself needs to be recomputed.
|