All Frameworks Class Hierarchy This Framework Indexes
CATPDMBaseInterfaces Interface CATIPDMUEOnCancel
Usage: you can freely reimplement this interface.
interface CATIPDMUEOnCancel
Method Index
- o
OnCancel(CATLISTP(CATDocument)*,CATIPDMSaveInfo*,CATIPDMSaveAction*)
- Method to implement user-exit on Canceling “Save in ENOVIA” command.
Methods
o OnCancel
| public virtual OnCancel( | | iDocsToSave, |
| | ipInfo, |
| | ipAction) |
-
Method to implement user-exit on Canceling “Save in ENOVIA” command.
Role: When implemented, this method will be called when user clicks “Cancel” in the “Save in ENOVIA” command panel.
- Parameters:
-
- iDocsToSave
- (input) The list of documents involved in the Save process.
- ipInfo
- (input) The list of information related to the documents given in first parameter.
* @param ipAction
(input) The list of actions related to the documents given in first parameter.
- Returns:
-
- E_FAIL: Function has failed,).
- Otherwise: Function is considered successfull.
This object is included in the file: CATIPDMUEOnCancel.h
If needed, your Imakefile.mk should include the module: CATPDMBaseItf