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


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

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
);
[C++]
Parameters
Table [in]

Table is a parameter of type IDETable* FieldName [in]
FieldName is a parameter of type BSTR

Product Availability

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

See Also

IGPFieldMap Interface