This document is archived and information here might be outdated.  Recommended version.


IUniqueValueTextRenderer.Field Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IU > IUniqueValueTextRenderer Interface > IUniqueValueTextRenderer.Field Property
ArcGIS Developer Help

IUniqueValueTextRenderer.Field Property

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,
  System.String* 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

Product Availability

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

See Also

IUniqueValueTextRenderer Interface