Provides access to the properties of a Geoprocessing FieldMapping object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
|  | AddFieldMap | Add a fieldmap to the mapping object | 
|  | AddTable | Add a table to the mapping object | 
|  | ExportToString | Get the string representation of the field mappings object | 
|  | FieldCount | Get the count of fieldmaps within the mapping object | 
|  | FieldMapping | The true FieldMapping object | 
|  | Fields | Get the output fields of the mapping object | 
|  | FieldValidationWorkspace | Set the workspace for the mapping object | 
|  | FindFieldMapIndex | Find the index of a fieldmap | 
|  | GetFieldMap | Get a fieldmap from the mapping object | 
|  | LoadFromString | Initialize the field map by text string | 
|  | RemoveAll | Remove fieldmaps from the mapping object | 
|  | RemoveFieldMap | Remove a fieldmap from the mapping object | 
|  | ReplaceFieldMap | Replace a fieldmap within the mapping object | 
CoClasses that implement IGpFieldMappingsObject
| CoClasses and Classes | Description | 
|---|---|
| GpFieldMappingsObject | Geoprocessing FieldMapping object. |