Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

4a9eaaef 4636 0206 9993 c8c27d33f3fe

haplokuon edited this page May 6, 2023 · 1 revision

Update Method

netDxf 3.0.0 Library

Updates the specified layer state according to the properties of the current layers list.

Definition

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 

Parameters

  String
Layer state name to update.

See Also

Reference

LayerStateManager Class
netDxf.Collections Namespace

Clone this wiki locally