预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

EA_IsSchemaExporter

Enterprise Architect Add-Ins can integrate with the Schema Composer by providing alternatives to offer 用户 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