This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectEdit Interface > IGxObjectEdit.CanCopy Method (ArcObjects .NET 10.5 SDK) |
Indicates if the object can be copied.
[Visual Basic .NET] Public Function CanCopy ( _ ) As Boolean
[C#] public bool CanCopy ( );
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.