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


ITableFields.Field Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableFields Interface > ITableFields.Field Property
ArcGIS Developer Help

ITableFields.Field Property

The field at the given index.

[Visual Basic .NET]
Public Function get_Field ( _
    ByVal Index As Integer _
) As IField
[C#]
public IField get_Field (
    int Index
);
[C++]
HRESULT get_Field(
  long Index,
  IField** Field
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Field [out, retval]
Field is a parameter of type IField**

Product Availability

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

See Also

ITableFields Interface