ArcObjects Library Reference (Geoprocessing)  

IGPFieldMap.FindInputField Method

Find an internal mapped field.

[Visual Basic .NET]
Public Function FindInputField ( _
    ByVal Table As IDETable, _
    ByVal fieldName As String _
) As Integer
[C#]
public int FindInputField (
    IDETable Table,
    string fieldName
);
[C++]
HRESULT FindInputField(
  IDETable* Table,
  BSTR fieldName,
  long* Index
);
[C++]

Parameters

Table [in]

  Table is a parameter of type IDETable

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

IGPFieldMap Interface