This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAttributeTransfer Interface > IAttributeTransfer.Transfer Method (ArcObjects .NET 10.5 SDK) |
Transfer attributes between rows based on the field map.
[Visual Basic .NET] Public Sub Transfer ( _ ByVal pFieldMap As IFieldMap, _ ByVal pSourceRow As IRow, _ ByVal pTargetRow As IRow, _ ByRef pSuccessful As Boolean _ )
[C#] public void Transfer ( IFieldMap pFieldMap, IRow pSourceRow, IRow pTargetRow, ref bool pSuccessful );
Features (IFeature) are a type of IRow object and may be used for these required objects.