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

7fd10241 1f7c 4f12 d1e7 cc1688bafa3e

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

AttributeDefinition Class
netDxf.Entities Namespace

Clone this wiki locally