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


IGxPasteTarget.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 > IGxPasteTarget Interface > IGxPasteTarget.Paste Method
ArcGIS Developer Help

IGxPasteTarget.Paste Method

Pastes the specified names into this object. 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 names As IEnumName, _
    ByRef moveOperation As Boolean _
) As Boolean
[C#]
public bool Paste (
    IEnumName names,
    ref bool moveOperation
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxPasteTarget Interface