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
4f31583a bf91 f984 e8df b525400dbcf2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Restores the properties of the current layers list according to the specified layers state.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Restore(
string layerStateName
)
VB
Public Sub Restore (
layerStateName As String
)
C++
public:
void Restore(
String^ layerStateName
)
F#
member Restore :
layerStateName : string -> unit
- String
- Layer state name to restore.