All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamAnalysisTransition

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

Usage: you can freely reimplement this interface.


interface CATISamAnalysisTransition

Interface to Analysis Transitions.
Role: Interface designed to manage Analysis transitions.

The transition is specific code that need to be called in order to initialize an Analysis Model, for a specific domain, solver or activity.
For example, specific feature catalog should be loaded, default sets can created.
All the transitions are retreived by the application by scanning the
Object Modeler dictionary file.


Method Index


o ExecuteTransition(CATDocument*)
Launches the software associated with a transition.

Methods


o ExecuteTransition
public virtual HRESULT ExecuteTransition( const CATDocument* iDocument) = 0
Launches the software associated with a transition.
Parameters:
iDocument
The active document for transition execution.

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

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