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


IRendererFields.Field Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRendererFields Interface > IRendererFields.Field Property
ArcGIS Developer Help

IRendererFields.Field Property

Field at the specified index.

[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 Name As String _
)
[C#]
public string get_Field (
    int Index
);
[C#]
public void set_Field (
    int Index,
    string Name
);
[C++]
HRESULT get_Field(
  long Index,
  System.String* Name
);
[C++]
HRESULT put_Field(
  long Index,
  BSTR Name
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Name [out, retval]
Name is a parameter of type BSTR* Index [in]
Index is a parameter of type long Name [in]
Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRendererFields Interface