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

MDG_RunExe

Topics

Topic

Detail

See also

Details

MDG_RunExe enables the Add-In to run the target application.

This function is called when the user selects the Extensions | Run Exe menu option.

Respond to this event by launching the compiled application.

 

MDG_BuildProject

Syntax:

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

The MDG_RunExe 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.