Pré. | Proc. |
MDG_PreGenerate
Add-Ins can use MDG_PreGenerate to deal with unsaved changes.
This function is called immediately before Enterprise Architect attempts to generate files from the model. A possible use of this function would be to prompt the user to save unsaved source files.
Return Value
- Return a zero to abort generation
- Return any other value to enable the generation to continue
Syntax
Function MDG_PreGenerate (Repository As EA.Repository, PackageGuid As String) As Long
The MDG_PreGenerate function syntax contains these parameters.
Parameter |
Type |
See also |
---|---|---|
Repository |
EA.Repository Direction: IN Description: An EA.Repository object representing the currently open Enterprise Architect model. Poll its members to retrieve model data and user interface status information. |
Repository Class |
PackageGuid |
String Direction: IN Description: The GUID identifying the Enterprise Architect Package sub-tree that is controlled by the Add-In. |