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

EA_OnPostInitialized

Topics:

Topic

Detail

See Also

Details

EA_OnPostInitialized notifies Add-Ins that the Repository object has finished loading and any necessary initialization steps can now be performed on the object

For example, the Add-In can create an Output tab using Repository.CreateOutputTab

Repository.CreateOutputTab

Syntax

Sub EA_OnPostInitialized(Repository As EA.Repository)

The EA_OnPostInitialized 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

None