MaterialRefsValues Property |
Gets an ICollection containing the MaterialRef objects in this
dictionary.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntaxpublic ICollection<MaterialRef> Values { get; }Public ReadOnly Property Values As ICollection(Of MaterialRef)
Get
Property Value
Type:
ICollectionMaterialRefImplements
IDictionaryTKey, TValueValues
See Also