public void TransferAttributes( MapMember source, long sourceOID, MapMember target, long targetOID, Dictionary<string,string> fieldMapping )
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).