Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
EA_AddinLicenseGetDescription
Topics
Topic |
Detail |
See also |
---|---|---|
Details |
Before Enterprise Architect's License Management dialog is displayed, EA_AddInLicenseGetDescription is sent once for each Add-In key to the first Add-In that elected to handle that key. The value returned by EA_AddinLicenseGetDescription is used by Enterprise Architect as the key's plain text description.
|
|
Syntax:
Function EA_AddinLicenseGetDescription (Repository as EA.Repository, AddinKey as String) As String
The EA_OnPostInitialized function syntax contains the following elements.
Parameter |
Type |
Direction |
Description |
---|---|---|---|
AddinKey |
String |
IN |
The Add-In license key that Enterprise Architect requires a description for.
|
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:
A String containing a plain text description of the provided AddinKey.