All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Class CATEASchAppAssemblyMember

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATEASchAppAssemblyMember
 

Usage: you can derive this class.


public class CATEASchAppAssemblyMember

Super class to derive implementation for interface CATISchAppAssemblyMember.
Role: Adaptor


Constructor and Destructor Index


o CATEASchAppAssemblyMember()
Constructs an empty CATEASchAppAssemblyMember.
o ~CATEASchAppAssemblyMember()

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.

Constructor and Destructor


o CATEASchAppAssemblyMember
public CATEASchAppAssemblyMember()
Constructs an empty CATEASchAppAssemblyMember.
o ~CATEASchAppAssemblyMember
public virtual ~CATEASchAppAssemblyMember()

Methods


o AppGetAssembly
public virtual HRESULT AppGetAssembly(CATISchAppConnectable** oAssembly)
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)
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: CATEASchAppAssemblyMember.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP

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