Réserver une Démo

SVP notez : Cette page d’aide n’est pas pour la dernière version d’Enterprise Architect. La dernière aide peut être trouvée ici.

Pré. Proc.

EA_OnImportTechnology

Deprecated - refers to importing a technology into the 'Resources' tab of the Browser window; this process is no longer recommended. See Deploy An MDG Technology for information of recommended methods for using technologies.
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.

Related Events

Event

See also

EA_OnInitializeTechnologies EA_OnInitializeTechnologies
EA_OnPreActivateTechnology EA_OnPreActivateTechnology
EA_OnPostActivateTechnology EA_OnPostActivateTechnology

Syntax

Sub EA_OnImportTechnology (Repository As EA.Repository, Info As EA.EventProperties)
The EA_OnImportTechnology function syntax contains these parameters.

Parameter

Type

See also

Repository

EA.Repository
Direction: IN
Description: An EA.Repository object representing the currently open Enterprise Architect model. Poll its members to retrieve model data and user interface status information.
Repository Class

Info

EA.EventProperties
Direction: IN
Description: Contains these EventProperty objects:

  • TechnologyID: A string value corresponding to the MDG Technology ID

EventProperties Class

Return Value

None.

Learn more