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


IGPFieldMapping Interface (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
ArcGIS Developer Help

IGPFieldMapping Interface

Provides access to the field map object.

Product Availability

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

Members

Name Description
Method AddFieldMap Add an internal field map.
Read-only property Count Get the count of the internal field maps.
Read-only property Fields Get the mapped fields.
Method FindFieldMap Add an internal field map.
Method GetFieldMap Get a specific internal field map.
Method Initialize Initializes the field map object using the field information from the given table/workspace.
Method RemoveAll Remove all of the internal field maps.
Method RemoveFieldMap Remove an internal field map.
Method ReplaceFieldMap Replace a specific internal field map.

Classes that implement IGPFieldMapping

Classes Description
GPFieldMapping Geoprocessing Field Map value object.

.NET Samples

Geoprocessing field mapping