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
b6f383e6 9ab6 08bc 46ef 1227d2c680c0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds a new LayerState from the current state of the layers.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void AddNew(
string layerStateName
)
VB
Public Sub AddNew (
layerStateName As String
)
C++
public:
void AddNew(
String^ layerStateName
)
F#
member AddNew :
layerStateName : string -> unit
- String
- Layer state name.
LayerStateManager Class
AddNew Overload
netDxf.Collections Namespace