This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfo Interface > IGPFieldInfo.FindFieldByIndex Method (ArcObjects .NET 10.4 SDK) |
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