ArcObjects Library Reference (TrackingAnalyst)  

IUniqueValueTextRenderer.Value Property

Value at the specified 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 pVal As String _
)
[C#]
public string get_Value (
    int index
);
[C#]
public void set_Value (
    int index,
    string pVal
);
[C++]
HRESULT get_Value(
  long index,
  BSTR* pVal
);
[C++]
HRESULT put_Value(
  long index,
  BSTR pVal
);
[C++]

Parameters

index [in]   index is a parameter of type long pVal [out, retval]   pVal is a parameter of type BSTR index [in]   index is a parameter of type long pVal [in]   pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IUniqueValueTextRenderer Interface