Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

MDG_Build Project

Topics

Topic

Detail

See also

Details

MDG_BuildProject enables the Add-In to handle file changes caused by generation. This function is called in response to a user selecting the Extensions | Build Project menu option.

Respond to this event by compiling the project source files into a running application.

 

MDG_RunExe

Syntax:

Sub MDG_BuildProject(Repository As EA.Repository, PackageGuid As String)

The MDG_BuildProject function syntax contains the following elements:

Parameter

Type

Direction

Description

PackageGuid

String

IN

The GUID identifying the Enterprise Architect package sub-tree that is controlled by the Add-In.

 

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.

 

Return Value:

None.