All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppAssemblyMember

System.IUnknown
  |
  +---CATISchAppAssemblyMember
 

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


interface CATISchAppAssemblyMember

Interface to manage an application assembly member.
Applications must derive implementation of this interface from the adapter class CATEASchAppAssemblyMember. Role: Defines an application component or route as belonging to an assembly.

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 AppGetAssembly(CATISchAppConnectable**)
Returns the application assembly object of which this object is a member.
o AppIsAssemblyMember(CATBoolean*)
Declares if the application object is a member of an assembly.

Methods


o AppGetAssembly
public virtual HRESULT AppGetAssembly(CATISchAppConnectable** oAssembly) = 0
Returns the application assembly object of which this object is a member.
Parameters:
oAssembly
An interface pointer to the assembly object.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o AppIsAssemblyMember
public virtual HRESULT AppIsAssemblyMember(CATBoolean* oBYes) = 0
Declares if the application object is a member of an assembly.
Parameters:
oBYes
True if the application object belongs to an assembly. False if the application object does not.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppAssemblyMember.h

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