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


IAttributeTransfer.Transfer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAttributeTransfer Interface > IAttributeTransfer.Transfer Method
ArcGIS Developer Help

IAttributeTransfer.Transfer Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Features (IFeature) are a type of IRow object and may be used for these required objects.

See Also

IAttributeTransfer Interface