ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / TransferAttributes Method / TransferAttributes(MapMember,Int64,MapMember,Int64,Dictionary<String,String>) Method
The source layer (or standalone table)
The source feature (or row)'s OID
The target layer (or standalone table)
The target feature (or row)'s OID
The dictionary specifying a mapping to set the target field names (keys) from the source field names (values).

In This Topic
    TransferAttributes(MapMember,Int64,MapMember,Int64,Dictionary<String,String>) Method
    In This Topic
    Transfer attributes between two features (or rows) using the supplied dictionary to map fields.
    Syntax
    Public Overloads Sub TransferAttributes( _
       ByVal source As MapMember, _
       ByVal sourceOID As Long, _
       ByVal target As MapMember, _
       ByVal targetOID As Long, _
       ByVal fieldMapping As Dictionary(Of String,String) _
    ) 

    Parameters

    source
    The source layer (or standalone table)
    sourceOID
    The source feature (or row)'s OID
    target
    The target layer (or standalone table)
    targetOID
    The target feature (or row)'s OID
    fieldMapping
    The dictionary specifying a mapping to set the target field names (keys) from the source field names (values).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also