This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRendererUniqueValues Interface > IRasterRendererUniqueValues.UniqueValues Property (ArcObjects .NET 10.4 SDK) |
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
The UniqueValues property specifies the UniqueValues (the pixel information of the raster) for the renderer.