All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATISamAnalysisContextCheck
Usage: you can reimplement this interface by deriving the supplied CATEAnalysisContextCheck adapter class.
interface CATISamAnalysisContextCheck
Customizes some check of the document associated to a context name.
This interface must be implemented on a late type defined as AnalysisCkeck_XXX where XXX
is the Name of the interactif context.
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.
public virtual HRESULT Check( | CATDocument* | iAnalysisDocument, | |
CATDocument* | iImportedDoc | = NULL) = 0 |
public virtual HRESULT ClosingEditor( | CATFrmEditor* | iAnalysisEditor) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.