Click or drag to resize

MaterialRefsKeys Property

Gets an ICollection containing the plug-in Id's in this dictionary.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public ICollection<Guid> Keys { get; }

Property Value

Type: ICollectionGuid

Implements

IDictionaryTKey, TValueKeys
See Also