Pré. | Proc. |
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.