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

a30eb137 44a2 171f ec3e df77378a2bdb

haplokuon edited this page May 6, 2023 · 1 revision

AddNew(String, String) Method

netDxf 3.0.0 Library

Adds a new LayerState from the current state of the layers.

Definition

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 

Parameters

  String
Layer state name.
  String
Layer state description.

See Also

Reference

LayerStateManager Class
AddNew Overload
netDxf.Collections Namespace

Clone this wiki locally