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