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

bfce2688 6c37 c4b6 2d3b f2ed7e67d8a9

haplokuon edited this page May 6, 2023 · 1 revision

Layer Property

netDxf 3.0.0 Library

Gets or sets the face layer. Set to null to inherit from its parent polyface mesh.

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

PolyfaceMeshFace Class
netDxf.Entities Namespace

Clone this wiki locally