Removes the association of the specified element with the specified key in the element map with the specified identifier.
Parameters:
elementMapId
Note: When the element map with such an identifier does not exist, the generator raises an error.
key
element
Note: The element is identified by its unique identifier (see GOMElement.id
).
true
- the specified key/element association has been removed;
false
- there was no such an association in this element map.
removeElementsByKey(), putElementByKey(), findElementByKey(), checkElementByKey()