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


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

IGpFieldMapObject Interface

Provides access to the properties of a Geoprocessing FieldMap object.

Product Availability

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

Members

Name Description
Method AddInputField Add a sub-field.
Read/write property FieldMap The true FieldMap object
Method FindInputFieldIndex Find a given sub-field
Method GetEndTextPosition Get a sub-field end text position.
Method GetInputFieldName Get a sub-field.
Method GetInputTableName Get a sub-field table.
Method GetStartTextPosition Get a sub-field start text position.
Read-only property InputFieldCount Get the count of sub-fields.
Read/write property JoinDelimiter Join delimiter for the sub-fields.
Read/write property MergeRule Merge rule for the sub-fields.
Read/write property OutputField Get the properties field
Method RemoveAll Remove all sub-fields.
Method RemoveInputField Remove a given sub-field
Method SetEndTextPosition Set a sub-field end text position.
Method SetStartTextPosition Set a sub-field start text position.

Classes that implement IGpFieldMapObject

Classes Description
GpFieldMapObject Geoprocessing FieldMap object.