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

01f40a0d 7bf1 b348 02d2 ecd35d33f90f

haplokuon edited this page May 6, 2023 · 1 revision

LayerStateProperties(Layer) 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(
	Layer layer
)

VB

Public Sub New ( 
	layer As Layer
)

C++

public:
LayerStateProperties(
	Layer^ layer
)

F#

new : 
        layer : Layer -> LayerStateProperties

Parameters

  Layer
Layer from which copy the properties.

See Also

Reference

LayerStateProperties Class
LayerStateProperties Overload
netDxf.Objects Namespace

Clone this wiki locally