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


IGxPasteTarget.CanPaste Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IGxPasteTarget.CanPaste Method

Indicates if the specified names may be pasted into this object. On output, moveOperation indicates if a subsequent paste operation would represent a move, or merely a copy, operation.

[Visual Basic .NET]
Public Function CanPaste ( _
    ByVal names As IEnumName, _
    ByRef moveOperation As Boolean _
) As Boolean
[C#]
public bool CanPaste (
    IEnumName names,
    ref bool moveOperation
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxPasteTarget Interface