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

f31800bd 181c a424 4ab4 bae53c057a59

haplokuon edited this page May 6, 2023 · 1 revision

Layer Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Layer class.

Definition

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

C#

public Layer(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
Layer(
	String^ name
)

F#

new : 
        name : string -> Layer

Parameters

  String
Layer name.

See Also

Reference

Layer Class
netDxf.Tables Namespace

Clone this wiki locally