Pré. | Proc. |
EARules_GetNameUnderline
EARules_GetNameUnderline allows an Add-In registered to provide rules for a language to control if the name of an element is rendered with an underline.
This event occurs during diagram drawing.
Syntax
Function EARules_GetNameUnderline (Repository As EA.Repository, Language As String, Element as EA.Element) As Integer
The EARules_GetNameUnderline function syntax contains these parameters.
Parameter |
Description |
See also |
---|---|---|
Repository |
EA.Repository Direction: IN Description: An EA.Repository object representing the currently-open Enterprise Architect model. Poll its members to retrieve model data and user interface status information. |
Repository Class |
Language |
String Direction: IN Description: Specifies the language for the rule that Enterprise Architect is requesting. This will match one of the values returned from EARules_Initialize. |
EARules_Initialize |
Element |
EA.Element Direction: IN Description: Specifies the element currently being drawn. |
Element Class |
Return Value
- Return a positive value to specify that the name should be underlined
- Return zero to specify that the name should not be underlined
- Return a negative value to use the behavior from the base rules