All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamSolution

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

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


interface CATISamSolution

Defines Analysis Solution.
Role: Interface designed to manage CATISamSolution behaviour.
This behavoir allows specific capability for an analysis set defined as a solution. This interface is dedicated to be used on the SolutionSet Startup.

See also:
CATISamAnalysisCase, CATISamAnalysisSet


Method Index


o GetCase(CATISamAnalysisCase*&)
Retrieves the CATISamAnalysisCase for the Solution Set.
o SetCase(CATISamAnalysisCase*)
Defines the CATISamAnalysisCase for the Solution Set.

Methods


o GetCase
public virtual HRESULT GetCase(CATISamAnalysisCase*& oCase) const = 0
Retrieves the CATISamAnalysisCase for the Solution Set.
Parameters:
oCase
[out , CATBaseUnknown#Release] CATISamAnalysisCase parent of the solution.
o SetCase
public virtual HRESULT SetCase( const CATISamAnalysisCase* iCase) = 0
Defines the CATISamAnalysisCase for the Solution Set.
Parameters:
iCase
CATISamAnalysisCase parent of the solution.

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

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