MaterialRefsContainsKey Method |
Determines whether this dictionary contains an MaterialRef with the
specified plug-in id.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax public bool ContainsKey(
Guid key
)
Public Function ContainsKey (
key As Guid
) As Boolean
Parameters
- key
- Type: SystemGuid
The plug-in Id used to locate a MaterialRef in this dictionary.
Return Value
Type:
Boolean
true if this dictionary contains an element with the specified plug-in
Id; otherwise, false.
Implements
IDictionaryTKey, TValueContainsKey(TKey)See Also