All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppListContMem

System.IUnknown
  |
  +---CATISchAppListContMem
 

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


interface CATISchAppListContMem

Interface to list members in a container in specific application way.
Application must derive implementation of this interface from CATEASchListContMem. Role: List container members.

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 ListContainerMembers(IID&,CATIContainer*,CATIUnknownList**)
List members in a specific container.

Methods


o ListContainerMembers
public virtual HRESULT ListContainerMembers( const IID& iIID,
const CATIContainer* iCont,
CATIUnknownList** oLMembers)=0
List members in a specific container.
Parameters:
iIID
Interface identifier.
oLMembers
[out, IUnknown#Release] A list of interface pointers to list members.

This object is included in the file: CATISchAppListContMem.h

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