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

9785586c d21e f361 0f45 e965dd66c265

haplokuon edited this page May 6, 2023 · 1 revision

LayerStateProperties(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LayerStateProperties class.

Definition

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

C#

public LayerStateProperties(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
LayerStateProperties(
	String^ name
)

F#

new : 
        name : string -> LayerStateProperties

Parameters

  String
Name of the layer state properties.

See Also

Reference

LayerStateProperties Class
LayerStateProperties Overload
netDxf.Objects Namespace

Clone this wiki locally