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


IGxPasteTargetHelper.Paste Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxPasteTargetHelper Interface > IGxPasteTargetHelper.Paste Method
ArcGIS Developer Help

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