This document is archived and information here might be outdated.  Recommended version.


IRasterUniqueValueRenderer.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer.Value Property

Value of a particular class in the specified heading based on its index.

[Visual Basic .NET]
Public Function get_Value ( _
    ByVal iHeading As Integer, _
    ByVal iClass As Integer, _
    ByVal iValue As Integer _
) As Object
[C#]
public object get_Value (
    int iHeading,
    int iClass,
    int iValue
);
[C++]
HRESULT get_Value(
  long iHeading,
  long iClass,
  long iValue,
  VARIANT* Value
);
[C++]

Parameters iHeading [in] iHeading is a parameter of type long iClass [in] iClass is a parameter of type long iValue [in] iValue is a parameter of type long Value [out, retval] Value is a parameter of type VARIANT

Product Availability

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

See Also

IRasterUniqueValueRenderer Interface