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


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

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

FieldName is a parameter of type BSTR

Product Availability

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

See Also

IGPFieldMapping Interface