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

f8fb15e5 3496 2bf1 09d9 553e73664b0a

haplokuon edited this page May 6, 2023 · 1 revision

LayerState(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LayerState class.

Definition

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

C#

public LayerState(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
LayerState(
	String^ name
)

F#

new : 
        name : string -> LayerState

Parameters

  String
Layer state name.

See Also

Reference

LayerState Class
LayerState Overload
netDxf.Objects Namespace

Clone this wiki locally