MaterialRefsRemove Method (Guid) |
Removes the MaterialRef with the specified plug-in Id from this
dictionary.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax public bool Remove(
Guid key
)
Public Function Remove (
key As Guid
) As Boolean
Parameters
- key
- Type: SystemGuid
The plug-in Id for the MaterialRef to remove.
Return Value
Type:
Boolean
true if the MaterialRef is successfully removed; otherwise, false. This
method also returns false if key was not found in the original dictionary.
Implements
IDictionaryTKey, TValueRemove(TKey)See Also