ArcObjects Library Reference (Editor)  

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