Removes the association of the specified element with the specified key in the element map with the specified identifier.

Parameters:

elementMapId

The element map identifier.

Note: When the element map with such an identifier does not exist, the generator raises an error.

key
The hash key with which the specified element is associated.
element
The element that is associated with the specified key.

Note: The element is identified by its unique identifier (see GOMElement.id).

Returns:

true, if the specified key/element association has been removed;
false, if there was no such an association in this element map.

See Also:

removeElementsByKey(), putElementByKey(), findElementByKey(), checkElementByKey()