All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisGPSInterfaces Interface CATIGPSConnectionDesign

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

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


interface CATIGPSConnectionDesign

Interface to manage "AnalysisDesignConnection" by GAS product.
Role: This interface allows to


Method Index


o GetAdditionalConnectors(CATLISTV(CATBaseUnknown_var)&)
Retrieves Additional analysis connection components.
o GetAdditionalConnectors(CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATBaseUnknown_var)&)
Retrieves Additional analysis connection components.

Methods


o GetAdditionalConnectors
public virtual HRESULT GetAdditionalConnectors(CATLISTV(CATBaseUnknown_var)& oConnectorList) = 0
Retrieves Additional analysis connection components.
Parameters:
oConnectorList
Connectors list containing the geometries necessary to complete the full definition of the connection.
o GetAdditionalConnectors
public virtual HRESULT GetAdditionalConnectors(CATLISTV(CATBaseUnknown_var)& oConnectorList1,
CATLISTV(CATBaseUnknown_var)& oConnectorList2) = 0
Retrieves Additional analysis connection components.
Parameters:
oConnectorList1
Connectors list containing the geometries necessary to complete the full definition of the connection.
oConnectorList2
Connectors list containing the geometries necessary to complete the full definition of the connection.

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

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