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

8e8beda3 c115 d544 f377 dc8c2d43fe57

haplokuon edited this page May 6, 2023 · 1 revision

LayerState(String, IEnumerable<Layer>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LayerState class from a specified list of layers.

Definition

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

Parameters

  String
Layer state name.
  IEnumerable(Layer)
List of layers.

See Also

Reference

LayerState Class
LayerState Overload
netDxf.Objects Namespace

Clone this wiki locally