ArcObjects Library Reference (Carto)  

ITinUniqueValueRenderer.Value Property

The value at the given index.

[Visual Basic .NET]
Public Function get_Value ( _
    ByVal Index As Integer _
) As String
[Visual Basic .NET]
Public Sub set_Value ( _
    ByVal Index As Integer, _
    ByVal Value As String _
)
[C#]
public string get_Value (
    int Index
);
[C#]
public void set_Value (
    int Index,
    string Value
);
[C++]
HRESULT get_Value(
  long Index,
  BSTR* Value
);
[C++]
HRESULT put_Value(
  long Index,
  BSTR Value
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Value [out, retval]   Value is a parameter of type BSTR Index [in]   Index is a parameter of type long Value [in]   Value is a parameter of type BSTR

Product Availability

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

See Also

ITinUniqueValueRenderer Interface