Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
EA_AddinLicenseGetDescription
Description
Before the Enterprise Architect 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 as the key's plain text description.
Syntax
Function EA_AddinLicenseGetDescription (Repository as EA.Repository, AddinKey as String) As String
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 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.
Learn more