Click or drag to resize

File3dmMaterials Property

Note: This API is now obsolete.

Materials in this file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use the new AllMaterials property")]
public IList<Material> Materials { get; }

Property Value

Type: IListMaterial
See Also