IUniqueValues3 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.
Method Add Adds a value if necessary and returns its value ID.
Method Combine Combine another set of unique values.
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.

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.

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close