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


IGxObjectEdit.CanCopy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IGxObjectEdit.CanCopy Method

Indicates if the object can be copied.

[Visual Basic .NET]
Public Function CanCopy ( _
) As Boolean
[C#]
public bool CanCopy (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

CanCopy must return True if your customized GxObject is intended to support copy/paste, drag/drop within ArcCatalog or drag/drop from ArcCatalog to ArcMap.

See Also

IGxObjectEdit Interface