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


IGPFieldInfo.FindFieldByIndex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo.FindFieldByIndex Method

Returns the index of the field in the field info object matching given the field index.

[Visual Basic .NET]
Public Function FindFieldByIndex ( _
    ByVal fieldIndex As Integer _
) As Integer
[C#]
public int FindFieldByIndex (
    int fieldIndex
);
[C++]
HRESULT FindFieldByIndex(
  long fieldIndex,
  long* Index
);
[C++]

Parameters fieldIndex [in] fieldIndex is a parameter of type long Index [out, retval] Index is a parameter of type long

Product Availability

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

See Also

IGPFieldInfo Interface