ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.FieldMap Property

The true FieldMap object.

[Visual Basic .NET]
Public Property FieldMap As IGPFieldMap
[C#]
public IGPFieldMap FieldMap {get; set;}
[C++]
HRESULT get_FieldMap(
  IGPFieldMap** ppFieldMap
);
[C++]
HRESULT putref_FieldMap(
  IGPFieldMap* ppFieldMap
);
[C++]

Parameters

ppFieldMap [out, retval]

  ppFieldMap is a parameter of type IGPFieldMap

ppFieldMap [in]

  ppFieldMap is a parameter of type IGPFieldMap

Product Availability

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

See Also

IGpFieldMapObject Interface