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
01f40a0d 7bf1 b348 02d2 ecd35d33f90f
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(
Layer layer
)
VB
Public Sub New (
layer As Layer
)
C++
public:
LayerStateProperties(
Layer^ layer
)
F#
new :
layer : Layer -> LayerStateProperties
- Layer
- Layer from which copy the properties.
LayerStateProperties Class
LayerStateProperties Overload
netDxf.Objects Namespace