IUniqueValues2 Interface

Provides access to members that controls large unique values.

Members

Name Description
Method Add Adds a value if necessary and returns its value ID.
Read-only property Count The total number of unique values.
Method Delete Deletes a value.
Method Empty Empties unique values.
Method GetHistogram The historgram of values.
Method GetLargeHistogram The historgram of values.
Read-only property LargeUniqueCount The unique value count at a given index.
Method Lookup Looks up unique index of a given value.
Read-only property Max The maximum of values.
Read-only property Min The minimum of values.
Read-only property UniqueCount The unique value count at a given index.
Read-only property UniqueValue The unique value at a given index.

IUniqueValues2.GetLargeHistogram Method

The historgram of values.

Public Sub GetLargeHistogram ( _
    ByRef pUniqueValues As Object, _
    ByRef pCounts As Object _
)
public void GetLargeHistogram (
    ref object pUniqueValues,
    ref object pCounts
);

IUniqueValues2.LargeUniqueCount Property

The unique value count at a given index.

Public Function get_LargeUniqueCount ( _
    ByVal idnex As Integer _
) As Double
public double get_LargeUniqueCount (
    int idnex
);

Inherited Interfaces

Interfaces Description
IUniqueValues Provides access to members that controls unique values.

Classes that implement IUniqueValues2

Classes Description
UniqueValues A raster unique value class.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.