This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxPasteTarget Interface > IGxPasteTarget.CanPaste Method (ArcObjects .NET 10.4 SDK) |
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 );