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


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

IGpFieldMappingsObject Interface

Provides access to the properties of a Geoprocessing FieldMapping object.

Product Availability

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

Members

Name Description
Method AddFieldMap Add a fieldmap to the mapping object
Method AddTable Add a table to the mapping object
Method ExportToString Get the string representation of the field mappings object
Read-only property FieldCount Get the count of fieldmaps within the mapping object
Read/write property FieldMapping The true FieldMapping object
Read-only property Fields Get the output fields of the mapping object
Read/write property FieldValidationWorkspace Set the workspace for the mapping object
Method FindFieldMapIndex Find the index of a fieldmap
Method GetFieldMap Get a fieldmap from the mapping object
Method LoadFromString Initialize the field map by text string
Method RemoveAll Remove fieldmaps from the mapping object
Method RemoveFieldMap Remove a fieldmap from the mapping object
Method ReplaceFieldMap Replace a fieldmap within the mapping object

Classes that implement IGpFieldMappingsObject

Classes Description
GpFieldMappingsObject Geoprocessing FieldMapping object.