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

EA_OnPostTransform

Topics:

Topic

Detail

See Also

Details

EA_OnPostTransform notifies Add-Ins that an MDG transformation has taken place with the output in the specified target package

This event occurs when a user runs an MDG transform on one or more target packages; the notification is provided for each transform/target package immediately after all transform processes have completed

 

Syntax

Function EA_OnPostTransform(Repository As EA.Repository, Info As EA.EventProperties) As Boolean

The EA_OnPostTransform function syntax contains the following elements:

Parameter

Type

Direction

Description

Info

EA.EventProperties

IN

Contains the following EventProperty Objects for the transform performed:

  • Transform: A string value corresponding to the name of the transform used
  • PackageID: A long value corresponding to Package.PackageID of the destination package

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

Reserved for future use.