RasterReclassificationOperator.Table Property
Gets or sets the table used to reclassify the cell values.
Syntax
public AttributeVariable< System.Int64 > Table { get; set; }
Property Value
Default: Empty attribute set.
The table used to reclassify the cell values. Must be a keyed integer map, but key and default value are not used.
Remarks
This table must be a keyed integer attribute variable, or an exception will be thrown. Only the key/value table of the attribute variable is used; the key and default value are not used.
Platforms
Windows, Linux, Android