All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamEditWithCmd

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

Usage: you can freely reimplement this interface.


interface CATISamEditWithCmd

Customizes Analysis Entity Edition.
Role: This interface is used by the default command CATSamCreateEntityCmd exported by CATAnalysisModelerUI.
This comand allows to provide standard User interface for analysis entity creation, modification and edition. This comands assumes that each basic component provides its editing capabilities (dialog object).
The edition dialog of a basic component can be of two kinds :

This interface corresponds to the second case. It is designed to return
an edition command associated to the Basic Component. It must be implemented on it's late type.

See also:
CATISamEditWithFrame, CATISamEditionCmd


Method Index


o GetCommand(CATCommandMode)
Returns the edition command associated to the Basic Component.

Methods


o GetCommand
public virtual CATStateCommand * GetCommand(CATCommandMode iStatus= CATCommandModeUndefined) = 0
Returns the edition command associated to the Basic Component. Warning! The returned command must implement CATISamEditionCmd.
Parameters:
iStatus
Define the kind of the return CATStateCommand.
Returns:

Legal values: associated CATStateCommand.

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

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