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


IGpFieldMappingsObject.FindFieldMapIndex Method (ArcObjects .NET 10.6 SDK)
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
);
[C++]

Parameters FieldName [in]
FieldName is a parameter of type BSTR

Product Availability

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

See Also

IGpFieldMappingsObject Interface