预订演示

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

前页 后页

EA_GetProfileInfo

Add-Ins can optionally implement this function to define the capabilities of the Schema Composer when working with the profile type specified by the EA_IsSchemaExporter event.

Syntax

Sub EA_GetProfileInfo (Repository as EA.Repository, profile as EA.SchemaProfile)

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.

profile

Type: EA.SchemaProfile
Direction: IN
Description: An EA.SchemaProfile object representing the currently active profile type. Call the SetCapability function to enable or disable various capabilities of the Schema Composer. Call the AddExportFormat function to define additional export formats that this profile will support.
SchemaProfile Class

Return Value

None.

Learn more