EA_OnPostTransform

Return to Introduction  Previous page  Next page

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

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

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

Return Value

Reserved for future use.

Details

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.