Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
EA_OnImportTechnology
Deprecated - refers to importing a technology into the Resources window; this process is no longer recommended. See Deploy An MDG Technology for information of recommended methods for using technologies.
See:
Topic |
Link |
---|---|
EA_OnInitializeTechnologies
|
|
EA_OnPreActivateTechnology
|
|
EA_OnPostActivateTechnology
|
Topics
Topic |
Detail |
See also |
---|---|---|
Details |
EA_OnImportTechnology notifies Add-Ins that you have imported an MDG Technology resource into the model. This event occurs after you have imported an MDG Technology resource into the model. Add-Ins that require an MDG Technology resource to be loaded can catch this Add-In to enable certain functionality.
|
|
Syntax:
Sub EA_OnImportTechnology(Repository As EA.Repository, Info As EA.EventProperties)
The EA_OnImportTechnology function syntax contains the following elements:
Parameter |
Type |
Direction |
Description |
||
---|---|---|---|---|---|
Info |
IN |
Contains the following EventProperty objects:
|
|||
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.