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


IGPFieldMapping.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 > IGPFieldMapping Interface > IGPFieldMapping.ReplaceFieldMap Method
ArcGIS Developer Help

IGPFieldMapping.ReplaceFieldMap Method

Replace a specific internal field map.

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

Index is a parameter of type long FieldMap [in]
FieldMap is a parameter of type IGPFieldMap*

Product Availability

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

See Also

IGPFieldMapping Interface