ArcObjects Library Reference (Carto)  

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,
  BSTR* 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