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


IGpFieldMappingsObject.FieldMapping Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpFieldMappingsObject.FieldMapping Property

The true FieldMapping object.

[Visual Basic .NET]
Public Property FieldMapping As IGPFieldMapping
[C#]
public IGPFieldMapping FieldMapping {get; set;}
[C++]
HRESULT get_FieldMapping(
void
);
[C++]
HRESULT putref_FieldMapping(
);

Product Availability

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

See Also

IGpFieldMappingsObject Interface