MaterialRefs.Remove Method (KeyValuePair(Guid, MaterialRef))

MaterialRefsRemove Method (KeyValuePairGuid, MaterialRef)

Removes the element with the specified plug-in id from the this dictionary.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Remove(
	KeyValuePair<Guid, MaterialRef> item
)
Public Function Remove ( 
	item As KeyValuePair(Of Guid, MaterialRef)
) As Boolean

Parameters

item
Type: System.Collections.GenericKeyValuePairGuid, MaterialRef
The object to remove from this dictionary

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.MaterialRefs.Remove(System.Collections.Generic.KeyValuePair{System.Guid,Rhino.DocObjects.MaterialRef})"]

Implements

ICollectionTRemove(T)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also