All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DMAPSInterfaces Interface CATISPPActivityRoot

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

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


interface CATISPPActivityRoot

Interface to manage specific fonctionnalities for process root.


Method Index


o AddLibraryToUse(CATUnicodeString&)
Adds a path to library in the list of libraries associated to the process.
o AddLibraryToUse(SEQUENCE(octet)&)
Adds a path to library in the list of libraries associated to the process.
o GetListOfLibraryContainer()
Returns list of libraries containers associated to the process.
o GetListOfLibraryPath()
Returns list of paths to libraries associated to the process.

Methods


o AddLibraryToUse
public virtual CATIContainer_var AddLibraryToUse( const CATUnicodeString& iLibraryName) = 0
Adds a path to library in the list of libraries associated to the process.
Returns:
Handler on the the libray container
o AddLibraryToUse
public virtual CATIContainer_var AddLibraryToUse( const SEQUENCE(octet)& iDocSymlink) = 0
Adds a path to library in the list of libraries associated to the process.
Returns:
Handler on the the libray container
o GetListOfLibraryContainer
public virtual CATListValCATBaseUnknown_var* GetListOfLibraryContainer()const = 0
Returns list of libraries containers associated to the process.
Returns:
List of handlers on the the libray container
o GetListOfLibraryPath
public virtual CATListOfCATUnicodeString* GetListOfLibraryPath()const = 0
Returns list of paths to libraries associated to the process.
Returns:
List of paths

This object is included in the file: CATISPPActivityRoot.h
If needed, your Imakefile.mk should include the module: CATProcessInterfaces

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