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


IGPFieldInfo.FindFieldByNewName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo.FindFieldByNewName Method

Returns the index of the field in the field info object matching given the field 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,
  long* Index
);
[C++]

Parameters FieldName [in] FieldName is a parameter of type BSTR 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