ElementOperations.ChooseMergeTarget Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ChooseMergeTarget(ModelElement, ElementGroup) | Gets the target element for the merge, given the proposed targetElement. By default, this method will give the target element the chance to change the intended target. | |
ChooseMergeTarget(ModelElement, ElementGroupPrototype) | Gets the target element for the merge, given the proposed targetElement. This gives the ElementOperations the chance to change the intended target for the merge. By default, this method will give the target element the chance to change the intended target. |
Top