Réserver une Démo
Pré. Proc.

EA_IsSchemaExporter

Enterprise Architect Add-Ins can integrate with the Schema Composer by providing alternatives to offer users for the generation of schemas and sub models.

The Add-In must implement this function to be listed in the Schema Composer.

Syntax

Function EA_IsSchemaExporter(Repository as EA.Repository, ByRef displayName as String) As Boolean

Parameter

Details

See also

Repository

Type: EA.Repository

Direction: IN

Description: An EA.Repository object representing the currently open model. Poll its members to retrieve model data and user interface status information.

displayName

Type: String

Direction: OUT

Description: The name of the custom schema set that will be provided by this Add-In.

Return Value

Return True to indicate that this Add-In will provide schema export functionality and be listed as a Schema Set when defining a new profile in the Schema Composer.

Learn more