RhinoCommon API
ArchivableDictionaryRemove Method |
Removes the value with the specified key from the dictionary.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

Parameters
- key
- Type: SystemString
The key of the element to remove.
Return Value
Type: Booleantrue if the element is successfully found and removed; otherwise, false. This method returns false if key is not found.
Implements
IDictionaryTKey, TValueRemove(TKey)
Exception | Condition |
---|---|
ArgumentNullException | Key is null. |

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8