All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamAnalysisConnectionDesign

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

Usage: you can freely reimplement this interface.


interface CATISamAnalysisConnectionDesign

Interface to manage "AnalysisDesignConnection".
Role: This interface allows to


Method Index


o GetConnectedSupports(CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATBaseUnknown_var)&)
Retrieve Analysis Connection Supports.
o GetConnectionDesigners(CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATISpecObject_var)*&,CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATISpecObject_var)*&)
Retrieve Analysis Connection Supports.

Methods


o GetConnectedSupports
public virtual HRESULT GetConnectedSupports(CATLISTV(CATBaseUnknown_var)& oConnectorList1,
CATLISTV(CATBaseUnknown_var)& oConnectorList2) = 0
Retrieve Analysis Connection Supports.
Parameters:
oConnectorList1
Connectors list associated to the First Component of the connection
oConnectorList2
Connectors list associated to the Second Component of the connection
o GetConnectionDesigners
public virtual HRESULT GetConnectionDesigners(CATLISTV(CATBaseUnknown_var)& oConnectorList1,
CATLISTV(CATISpecObject_var)*& oMeshPartList1,
CATLISTV(CATBaseUnknown_var)& oConnectorList2,
CATLISTV(CATISpecObject_var)*& oMeshPartList2)= 0
Retrieve Analysis Connection Supports.
Parameters:
oConnectorList1
Connectors list associated to the First Component of the connection
oMeshPartList1
Retrieves the list of Mesh Parts defined on the First Component of the connection
oConnectorList2
Connectors list associated to the Second Component of the connection
oMeshPartList2
Retrieves the list of Mesh Parts defined on the Second Component of the connection

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

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