All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamEditionControl

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

Usage: you can reimplement this interface by deriving the supplied CATEAnalysisEditionControl adapter class.


interface CATISamEditionControl

Interface to Customize Edition of Analysis Entity.
This generic commands allows to build a default user interface based on basic components for features deriving from AnalysisSet and AnalysisEntities.
This interface allow to had some applicative control of the feature edition. For example, controle liceing associated to your object. By implementing this interface on your "AnalysisFeature" late type, you are able to:

BOA information: this interface can be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.


Method Index


o AllowEdition(CATBoolean&)
Controls the feature edition.

Methods


o AllowEdition
public virtual HRESULT AllowEdition(CATBoolean& oBoolean) = 0
Controls the feature edition.
Parameters:
oBoolean:
Legal values: TRUE if edition is allowed. FALSE if edition is not allowed, for error management returns also E_FAIL as HRESULT.

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

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