MDG_RunExe

Return to Introduction  Previous page  Next page

Description

The MDG_RunExe enables the Add-In to run the target application. This function is called when the user selects the Add-Ins | Run Exe menu option. Respond to this event by launching the compiled application.

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.

See Also