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


IGpFieldMappingsObject.FieldMapping Property (ArcObjects .NET 10.5 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(
  IGPFieldMapping** ppFieldMapping
);
[C++]
HRESULT putref_FieldMapping(
  IGPFieldMapping* ppFieldMapping
);
[C++]

Parameters ppFieldMapping [out, retval]
ppFieldMapping is a parameter of type IGPFieldMapping ppFieldMapping [in]
ppFieldMapping is a parameter of type IGPFieldMapping

Product Availability

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

See Also

IGpFieldMappingsObject Interface