RasterReclassificationOperator.ExactMatch Property
Gets or sets a value specifying if all cell values should be reclassified, or only those with an exact match in the table.
Syntax
public System.Boolean ExactMatch { get; set; }
Property Value
Default: false
True if only values with an exact match in the table should be reclassified, False if all values should be reclassified.
Remarks
If this property is True, only those cell values specified in the table are reclassified; all other values are left unchanged. If this property is False, all values will be reclassified, using the normal keyed attribute variable lookup method.
Note that values lower than MinValue or higher than MaxValue will never be reclassified.
Platforms
Windows, Linux, Android