ArcObjects Library Reference (Geoprocessing)  

IGpFieldMappingsObject Interface

Provides access to the properties of a Geoprocessing FieldMapping object.

Product Availability

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

Members

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

CoClasses that implement IGpFieldMappingsObject

CoClasses and Classes Description
GpFieldMappingsObject Geoprocessing FieldMapping object.