All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppContCutAndPaste

System.IUnknown
  |
  +---CATISchAppContCutAndPaste
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISchAppContCutAndPaste

Interface to provide component group post copy-paste behavior.
Role: To be called by CATISchContCutAndPastable implementation on the Schematic component group extensions.


Method Index


o AppPostCCPCompGroupProcess(IUnknown*,CATBaseUnknown_Associations&,IUnknown*)
Application post process after copy paste a component group.

Methods


o AppPostCCPCompGroupProcess
public virtual HRESULT AppPostCCPCompGroupProcess(IUnknown* iCompGroupSource,
CATBaseUnknown_Associations& ioAssociationOfObjects,
IUnknown* iCompGroupTarget) = 0
Application post process after copy paste a component group.
Parameters:
iCompGroupSource
the schematic component group extensions in the source container
iCompGroupTarget
the schematic component group extensions in the target container
ioAssociationOfObjects
couples of objects source/target.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppContCutAndPaste.h

Copyright © 2003, Dassault Systèmes. All rights reserved.