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

daa13bd4 6db4 35d2 3610 d06e459faaa7

haplokuon edited this page May 6, 2023 · 1 revision

Layer Property

netDxf 3.0.0 Library

Gets or sets the entity layer.

Definition

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

C#

public Layer Layer { get; set; }

VB

Public Property Layer As Layer
	Get
	Set

C++

public:
property Layer^ Layer {
	Layer^ get ();
	void set (Layer^ value);
}

F#

member Layer : Layer with get, set

Property Value

Layer

See Also

Reference

EntityObject Class
netDxf.Entities Namespace

Clone this wiki locally