KeyValueTable<EdgesToSegmentize>.Remove Method
Removes element with the specified key from the table.
Overload List
| Name | Description | |
|---|---|---|
| Public method | Remove(AttributeValue key) | Removes the element with the specified key from the table. | 
| Public method | Remove(KeyValuePair item) | Removes the specified element from the table. | 
Remove(AttributeValue key)
Removes the element with the specified key from the table.Syntax
public System.Boolean Remove (
    AttributeValue key
)Parameters
The key of the element to remove.
Return Value
True if an element with a key mathing key existed and was removed from the table; otherwise, False.
Remove(KeyValuePair item)
Removes the specified element from the table.Syntax
public System.Boolean Remove (
    KeyValuePair item
)Parameters
An element to remove from the table.
Return Value
True if item was found and removed from the table; otherwise, False.
Platforms
Windows, Linux, Android