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


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

IGpFieldMappingsObject.ReplaceFieldMap Method

Replace a fieldmap within the mapping object

[Visual Basic .NET]
Public Sub ReplaceFieldMap ( _
    ByVal Index As Integer, _
    ByVal pFieldMap As Object _
)
[C#]
public void ReplaceFieldMap (
    int Index,
    object pFieldMap
);
[C++]
HRESULT ReplaceFieldMap(
  long Index,
  IDispatch* pFieldMap
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pFieldMap [in]
pFieldMap is a parameter of type IDispatch

Product Availability

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

See Also

IGpFieldMappingsObject Interface