ModelComparisonResult.RemoveFromDropElementList Method
Include Protected Members
Include Inherited Members
Removes element(s) from the drop elements list.
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 | |
---|---|---|
RemoveFromDropElementList(IModelElement) | Removes an element from the drop elements list. | |
RemoveFromDropElementList(IList<IModelElement>) | Removes a list of elements from the drop elements list. |
Top