All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---CATISchAppTargetPostPaste
Usage: you can reimplement this interface by deriving the supplied CATEASchAppTargetPostPaste adapter class.
interface CATISchAppTargetPostPaste
Interface to manage specific application object behaviors after copy-paste.
Applications must derive implementation of this interface
from the adapter class CATEASchAppTargetPostPaste.
Role: Post process the copied object after copy-paste.
BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.
public virtual HRESULT AppCopyGroupAndAddMembers( | const CATIUnknownList* | iLGroupToCopy) = 0 |
public virtual HRESULT AppCopyGroupByNameAndAddMembers( | const CATICStringList* | iLGroupNameToCopy, |
const CATICStringList* | iLGroupType) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.