This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface > IRasterUniqueValueRenderer.Value Property (ArcObjects .NET 10.4 SDK) |
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