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


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

IGxPasteTargetHelper Interface

Provides access to members that help pasting GxObjects.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method CanPaste Indicates if the specified name object may be pasted into the given target. On output, moveOperation indicates if a subsequent paste operation would represent a move, or merely a copy, operation.
Method Paste Pastes the specified name object into the given target. On input, moveOperation indicates if this is a move operation. On output, it indicates if the objects have been moved, or merely copied.

Classes that implement IGxPasteTargetHelper

Classes Description
GxCatalog GxObject that represents the catalog.
GxToolboxExtension GX Toolbox object factory.