ArcObjects Library Reference (Geoprocessing)  

IGpFieldMappingsObject.FindFieldMapIndex Method

Find the index of a fieldmap

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

IGpFieldMappingsObject Interface