RasterUniqueValues
A class that contains a list of unique values and the corresponding counts.
Property |
Type |
Description |
---|---|---|
Counts |
int[] |
Arrays of counts that corresponds to the list of values. |
UniqueValuesSize |
int |
The size of the values. |
UniqueValuesSizeSpecified |
bool |
Indicates if UniqueValuesSize is specified. |
Values |
object[] |
Array of values. |
10/23/2013