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


IGxObjectEdit.CanCopy Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectEdit Interface > IGxObjectEdit.CanCopy Method
ArcGIS Developer Help

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