Click or drag to resize

MaterialRefsValues Property

Gets an ICollection containing the MaterialRef objects in this dictionary.

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

Property Value

Type: ICollectionMaterialRef

Implements

IDictionaryTKey, TValueValues
See Also