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


IGpFieldInfoObject.FindFieldByNewName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldInfoObject Interface > IGpFieldInfoObject.FindFieldByNewName Method
ArcGIS Developer Help

IGpFieldInfoObject.FindFieldByNewName Method

Find a field index by new name.

[Visual Basic .NET]
Public Function FindFieldByNewName ( _
    ByVal FieldName As String _
) As Integer
[C#]
public int FindFieldByNewName (
    string FieldName
);
[C++]
HRESULT FindFieldByNewName(
  BSTR FieldName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR

Product Availability

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

See Also

IGpFieldInfoObject Interface