Description
MDG_BuildProject enables the Add-In to handle file changes caused by generation. This function is called in response to a user selecting the Add-Ins | Build Project menu option.
Respond to this event by compiling the project source files into a running application.
Syntax
Sub MDG_BuildProject(Repository As EA.Repository, PackageGuid As String)
The MDG_BuildProject function syntax contains the following elements:
Parameter |
Type |
Direction |
Description |
Repository |
EA.Repository |
IN |
An EA.Repository object representing the currently open Enterprise Architect model. Poll its members to retrieve model data and user interface status information. |
PackageGuid |
String |
IN |
The GUID identifying the Enterprise Architect package sub-tree that is controlled by the Add-In. |
Return Value
None
See Also