ArcObjects Library Reference (Geoprocessing)  

IGPFieldMap Interface

Provides access to the sub field map object.

Product Availability

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

Members

Description
Method AddInputField Add an internal mapped field.
Read-only property Count Get the count of mapped fields.
Read-only property Fields Get the mapped fields.
Method FindInputField Find an internal mapped field.
Method GetField Get an internal mapped field.
Method GetTable Get an internal mapped field table.
Method GetTextPos Get the start and end text positions.
Read/write property JoinDelimiter Get the join delimiter.
Read/write property MergeRule Get the merge rule.
Read/write property OutputField Get the main field.
Method RemoveAll Remove all of the mapped fields.
Method RemoveField Remove an internal mapped field.
Method SetTextPos Set the start and end text positions.

CoClasses that implement IGPFieldMap

CoClasses and Classes Description
GPFieldMap Geoprocessing Field Map object describing an entry within the Field Map.

.NET Samples

Geoprocessing field mapping (Code Files: FieldMapping)