AttributeSet.Remove Method
Removes the specified key/value pair from the AttributeSet.
Overload List
Name | Description | |
---|---|---|
Public method | Remove(Atom key) | Removes the specified key/value pair from the AttributeSet. |
Public method | Remove(KeyValuePair<Atom,AttributeValue> item) | Removes the specified key/value pair from the AttributeSet. |
Remove(Atom key)
Removes the specified key/value pair from the AttributeSet.Syntax
public System.Boolean Remove (
Atom key
)
Parameters
The key of the element to remove.
Return Value
True if an element with the specified key was found and removed; otherwise, False.
Remove(KeyValuePair<Atom,AttributeValue> item)
Removes the specified key/value pair from the AttributeSet.Syntax
public bool Remove (
KeyValuePair< Atom, AttributeValue > item
)
Parameters
The element to remove.
Return Value
True if a matching element was found and removed; otherwise, False.
Remarks
The implicit geoType attribute that exists if the AttributeSet is associated with a Feature cannot be removed by this method.
Platforms
Windows, Linux, Android