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 410
4a9eaaef 4636 0206 9993 c8c27d33f3fe
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Updates the specified layer state according to the properties of the current layers list.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Update(
string layerStateName
)
VB
Public Sub Update (
layerStateName As String
)
C++
public:
void Update(
String^ layerStateName
)
F#
member Update :
layerStateName : string -> unit
- String
- Layer state name to update.