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


IGpFieldMapObject.FieldMap Property (ArcObjects .NET 10.5 SDK)
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