All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATISamEditionCusto
Usage: you can reimplement this interface by deriving the supplied CATEAnalysisEditionCusto adapter class.
interface CATISamEditionCusto
Interface to Customize CATSamCreateEntityCmd.
This generic commands allows to build a default user interface based on basic components for
features deriving from AnalysisSet and AnalysisEntities.
All the corresponding implementation have no corresponding for batch or VB treatements.
You should not modify the model in your implementation.
A good candidate for Apply action is for example Update the feature or display panel informations...
By default this command allows to have Ok and Cancel actions.
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.
public virtual HRESULT ActionPanel( | CATSamTypeActionPanel | iTypeAction) = 0 |
public virtual CATBoolean AllowApply( | )= 0 |
enum CATSamTypeActionPanel { Ok, Apply, Cancel }Enumerate for typing the actions.
Copyright © 2003, Dassault Systèmes. All rights reserved.