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


IUniqueValueRenderer.FieldType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValueRenderer Interface > IUniqueValueRenderer.FieldType Property
ArcGIS Developer Help

IUniqueValueRenderer.FieldType Property

Indicates if the field at the 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.

Description

FieldType is a boolean that indicates whether the Field contains string data.

See Also

IUniqueValueRenderer Interface