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


IGpFieldMappingsObject.ReplaceFieldMap Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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