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