EA_OnImportTechnology

Return to Introduction  Previous page  Next page

EA_OnImportTechnology notifies Add-Ins that you have imported an MDG Technology resource into the model.

 

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

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.

Info

EA.EventProperties

IN

Contains the following EventProperty Objects:

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

 

 

Return Value

 

None

 

Details

 

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

See Also