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


IGxPasteTargetHelper.Paste Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Catalog)  

IGxPasteTargetHelper.Paste Method

Pastes the specified name object into the given target. On input, moveOperation indicates if this is a move operation. On output, it indicates if the objects have been moved, or merely copied.

[Visual Basic .NET]
Public Function Paste ( _
    ByVal Name As IName, _
    ByVal Target As IGxObject, _
    ByRef moveOperation As Boolean _
) As Boolean
[C#]
public bool Paste (
    IName Name,
    IGxObject Target,
    ref bool moveOperation
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxPasteTargetHelper Interface