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)See Also