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

4f31583a bf91 f984 e8df b525400dbcf2

haplokuon edited this page May 6, 2023 · 1 revision

Restore Method

netDxf 3.0.0 Library

Restores the properties of the current layers list according to the specified layers state.

Definition

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 

Parameters

  String
Layer state name to restore.

See Also

Reference

LayerStateManager Class
netDxf.Collections Namespace

Clone this wiki locally