Provides access to members that controls large unique values.
Members
| Name | Description | |
|---|---|---|
|  | Add | Adds a value if necessary and returns its value ID. | 
|  | Add | Adds a value if necessary and returns its value ID. | 
|  | Combine | Combine another set of unique values. | 
|  | Count | The total number of unique values. | 
|  | Delete | Deletes a value. | 
|  | Empty | Empties unique values. | 
|  | GetHistogram | The historgram of values. | 
|  | GetLargeHistogram | The historgram of values. | 
|  | LargeUniqueCount | The unique value count at a given index. | 
|  | Lookup | Looks up unique index of a given value. | 
|  | Max | The maximum of values. | 
|  | Min | The minimum of values. | 
|  | UniqueCount | The unique value count at a given index. | 
|  | UniqueValue | The unique value at a given index. | 
IUniqueValues3.Add Method
Adds a value if necessary and returns its value ID.
IUniqueValues3.Add Method
Adds a value if necessary and returns its value ID.
IUniqueValues3.Combine Method
Combine another set of unique values.
Public Sub Combine ( _
    ByVal pUniqueValues As IUniqueValues _
)
public void Combine (
    IUniqueValues pUniqueValues
);
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IUniqueValues2 | Provides access to members that controls large unique values. | 
| IUniqueValues | Provides access to members that controls unique values. | 
Classes that implement IUniqueValues3
| Classes | Description | 
|---|---|
| UniqueValues | A raster unique value class. |