This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IU > IUniqueValueTextRenderer Interface > IUniqueValueTextRenderer.Value Property (ArcObjects .NET 10.5 SDK) |
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