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


IUniqueValueTextRenderer.FieldType 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.FieldType Property
ArcGIS Developer Help

IUniqueValueTextRenderer.FieldType Property

Indicates if the field at eth specified index is a string.

[Visual Basic .NET]
Public Sub set_FieldType ( _
    ByVal index As Integer, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_FieldType (
    int index,
    bool A_2
);
[C++]
HRESULT put_FieldType(
  long index,
  VARIANT_BOOL 
);
[C++]
Parameters
index [in]

index is a parameter of type long [in]
is a parameter of type bool

Product Availability

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

See Also

IUniqueValueTextRenderer Interface