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

22ca48d0 9239 349c d347 16e9f3c1a3c3

haplokuon edited this page May 6, 2023 · 1 revision

Layer Property

netDxf 3.0.0 Library

Gets or sets the block layer.

Definition

Namespace: netDxf.Blocks
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

Remarks

It seems that the block layer is always the default "0" regardless of what is defined here, so it is pointless to change this value.

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally