预订演示

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

前页 后页

EARules_CanReparent

EARules_CanReparent allows an Add-In registered to provide rules for a language to specify that the child diagrams for an element can be changed to other diagrams.

Syntax

Function EARules_CanReparent (Repository As EA.Repository, Language As String, Element as EA.Element) As Integer
The EARules_CanReparent function syntax contains these parameters.

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.

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.

Element

EA.Element
Direction: IN
Description: Specifies the element showing a context menu that includes the option for new child diagrams.

Return Value


  • Return a positive value to allow reparenting to occur

  • Return zero to prevent reparenting

  • Return a negative value to use the behavior from the base rules