This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldInfoObject Interface > IGpFieldInfoObject.FindFieldByName Method (ArcObjects .NET 10.5 SDK) |
Find a field index by name.
[Visual Basic .NET] Public Function FindFieldByName ( _ ByVal FieldName As String _ ) As Integer
[C#] public int FindFieldByName ( string FieldName );
[C++]
HRESULT FindFieldByName(
BSTR FieldName,
long* Index
);
[C++]
Parameters FieldName [in] FieldName is a parameter of type BSTR Index [out, retval] Index is a parameter of type long