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