Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

75c61a03 9e88 4d95 2712 ac5cb77b0c8d

haplokuon edited this page May 6, 2023 · 1 revision

Layers Property

netDxf 3.0.0 Library

Gets the layers collection.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Layers Layers { get; }

VB

Public ReadOnly Property Layers As Layers
	Get

C++

public:
property Layers^ Layers {
	Layers^ get ();
}

F#

member Layers : Layers with get

Property Value

Layers

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally