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 407
99e6d68f 29bf 2363 9227 4ab33e9c00c6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Copy the current layer state properties to a layer.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void CopyTo(
Layer layer,
LayerPropertiesRestoreFlags options
)
VB
Public Sub CopyTo (
layer As Layer,
options As LayerPropertiesRestoreFlags
)
C++
public:
void CopyTo(
Layer^ layer,
LayerPropertiesRestoreFlags options
)
F#
member CopyTo :
layer : Layer *
options : LayerPropertiesRestoreFlags -> unit
- Layer
- Layer to which copy the properties.
- LayerPropertiesRestoreFlags
- Layer properties to copy.