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

EA_OnPostOpenDiagram

Topics

Topic

Detail

See also

Details

EA_OnPostOpenDiagram notifies Add-Ins that a diagram has been opened.

 

EA_OnPostCloseDiagram

Syntax:

Function EA_OnPostOpenDiagram(Repository As EA.Repository, DiagramID As Integer)

The EA_OnPostOpenDiagram function syntax contains the following elements:

Parameter

Type

Direction

Description

DiagramID

Integer

IN

Contains the Diagram ID of the diagram that was opened.

 

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.