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


IGPFieldMapping.AddFieldMap Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldMapping.AddFieldMap Method

Add an internal field map.

[Visual Basic .NET]
Public Sub AddFieldMap ( _
    ByVal FieldMap As IGPFieldMap _
)
[C#]
public void AddFieldMap (
    IGPFieldMap FieldMap
);
[C++]
HRESULT AddFieldMap(
  IGPFieldMap* FieldMap
);
[C++]

Parameters FieldMap [in]
FieldMap is a parameter of type IGPFieldMap

Product Availability

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

See Also

IGPFieldMapping Interface