ArcObjects Library Reference (Geoprocessing)  

IGPFieldMapping.FindFieldMap Method

Add an internal field map.

[Visual Basic .NET]
Public Function FindFieldMap ( _
    ByVal FieldName As String _
) As Integer
[C#]
public int FindFieldMap (
    string FieldName
);
[C++]
HRESULT FindFieldMap(
  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

IGPFieldMapping Interface