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