ArcObjects Library Reference (Carto)  

IRasterRendererUniqueValues.UniqueValues Property

The list of unique values.

[Visual Basic .NET]
Public Property UniqueValues As IUniqueValues
[C#]
public IUniqueValues UniqueValues {get; set;}
[C++]
HRESULT get_UniqueValues(
  IUniqueValues** ppUniqueValues
);
[C++]
HRESULT putref_UniqueValues(
  IUniqueValues* ppUniqueValues
);
[C++]

Parameters

ppUniqueValues [out, retval]

  ppUniqueValues is a parameter of type IUniqueValues

ppUniqueValues [in]

  ppUniqueValues is a parameter of type IUniqueValues

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The UniqueValues property specifies the UniqueValues (the pixel information of the raster) for the renderer.

See Also

IRasterRendererUniqueValues Interface