All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ComponentsCatalogsInterfaces Interface CATICatalogLink

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

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


interface CATICatalogLink

Interface to manage link with a catalog description.
Role: Interface to manage link with a catalog description in the case of instantiation.
A CATICatalogLink object is given as parameter to the CATICatalogInstantiation.RunInstantiationCmd method.


Method Index


o GetPointedDescription(CATICatalogDescription**)
Retrieves the pointed description.
o GetRootPointedCatalog(CATILinkableObject**)
Retrieves the pointed catalog if the pointed description is in a another container.

Methods


o GetPointedDescription
public virtual HRESULT GetPointedDescription(CATICatalogDescription** oDescription) const = 0
Retrieves the pointed description.
Parameters:
oDescription
[out, CATBaseUnknown#Release] the pointed description.
o GetRootPointedCatalog
public virtual HRESULT GetRootPointedCatalog(CATILinkableObject** oLinkObject) const = 0
Retrieves the pointed catalog if the pointed description is in a another container.
Parameters:
oLinkObject
[out, CATBaseUnknown#Release] the pointed catalog.

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

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