Click or drag to resize

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
)

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