This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
a30eb137 44a2 171f ec3e df77378a2bdb
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,
string layerStateDescription
)VB
Public Sub AddNew (
layerStateName As String,
layerStateDescription As String
)C++
public:
void AddNew(
String^ layerStateName,
String^ layerStateDescription
)F#
member AddNew :
layerStateName : string *
layerStateDescription : string -> unit - String
- Layer state name.
- String
- Layer state description.
LayerStateManager Class
AddNew Overload
netDxf.Collections Namespace