All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppSourcePostPaste

System.IUnknown
  |
  +---CATISchAppSourcePostPaste
 

Usage: you can reimplement this interface by deriving the supplied CATEASchAppSourcePostPaste adapter class.


interface CATISchAppSourcePostPaste

Interface to manage specific application object behaviors after copy-paste.
Applications must derive implementation of this interface from the adapter class CATEASchAppSourcePostPaste. Role: Get source information from the source object.

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.


Method Index


o AppListSourceObjectGroups(CATIUnknownList**)
Specifies a list of group that this source object (of the copy-paste operation) is a member of.

Methods


o AppListSourceObjectGroups
public virtual HRESULT AppListSourceObjectGroups(CATIUnknownList** oListGroup) = 0
Specifies a list of group that this source object (of the copy-paste operation) is a member of.
Parameters:
oListGroup
[out, IUnknown#Release] A list of interface pointers to groups.

This object is included in the file: CATISchAppSourcePostPaste.h

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