Click or drag to resize

File3dmLayers Property

Note: This API is now obsolete.

Layers in this file.

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

Property Value

Type: IListLayer
See Also