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

EA_OnPostCloseDiagram

Topics:

Topic

Detail

See Also

Details

EA_OnPostCloseDiagram notifies Add-Ins that a diagram has been closed.

Also look at EA_OnPostOpenDiagram.

EA_OnPostOpenDiagram

Syntax

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

The EA_OnPostCloseDiagram function syntax contains the following elements:

Parameter

Type

Direction

Description

DiagramID

Integer

IN

Contains the Diagram ID of the diagram that was closed.

Repository

EA.Repository

IN

An EA.Repository object representing the Enterprise Architect model about to be closed. Poll its members to retrieve model data and user interface status information.

Return Value

None.