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.Field Property (ArcObjects .NET 10.5 SDK) |
Field at the specified index that is used to categorize features.
[Visual Basic .NET] Public Function get_Field ( _ ByVal index As Integer _ ) As String
[Visual Basic .NET] Public Sub set_Field ( _ ByVal index As Integer, _ ByVal pVal As String _ )
[C#] public string get_Field ( int index );
[C#] public void set_Field ( int index, string pVal );
[C++]
HRESULT get_Field(
long index,
BSTR* pVal
);
[C++]
HRESULT put_Field(
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