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

MDG_GetConnectedPackages

Topics

Topic

Detail

See also

Details

MDG_GetConnectedPackages enables the Add-In to return a list of current connection between Enterprise Architect and an external application.

This function is called when the Add-In is first loaded, and is expected to return a list of the available connections to external projects for this Add-In.

 

MDG_Connect

Syntax:

Function MDG_GetConnectedPackages(Repository As EA.Repository) As Variant

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

 

Return Value:

Returns an array of GUID strings representing individual Enterprise Architect Packages.