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
8e8beda3 c115 d544 f377 dc8c2d43fe57
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the LayerState
class from a specified list of layers.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LayerState(
string name,
IEnumerable<Layer> layers
)
VB
Public Sub New (
name As String,
layers As IEnumerable(Of Layer)
)
C++
public:
LayerState(
String^ name,
IEnumerable<Layer^>^ layers
)
F#
new :
name : string *
layers : IEnumerable<Layer> -> LayerState
- String
- Layer state name.
- IEnumerable(Layer)
- List of layers.
LayerState Class
LayerState Overload
netDxf.Objects Namespace