This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRendererFields Interface > IRendererFields.Field Property (ArcObjects .NET 10.5 SDK) |
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