This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
9785586c d21e f361 0f45 e965dd66c265
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the LayerStateProperties
class.
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
- String
- Name of the layer state properties.
LayerStateProperties Class
LayerStateProperties Overload
netDxf.Objects Namespace