This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUniqueValues Interface > IUniqueValues.UniqueValue Property (ArcObjects .NET 10.5 SDK) |
The unique value at a given index.
[Visual Basic .NET] Public Function get_UniqueValue ( _ ByVal index As Integer _ ) As Object
[C#] public object get_UniqueValue ( int index );
[C++]
HRESULT get_UniqueValue(
long index,
VARIANT* UniqueValue
);
[C++]
Parameters index [in] index is a parameter of type long UniqueValue [out, retval] UniqueValue is a parameter of type VARIANT