ArcObjects Library Reference (Catalog)  

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