This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMappingsObject Interface > IGpFieldMappingsObject.ReplaceFieldMap Method (ArcObjects .NET 10.4 SDK) |
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*