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

8d813bc3 3bbc e8b9 1a73 d569dcbfda5a

haplokuon edited this page May 6, 2023 · 1 revision

Layout Constructor

netDxf 3.0.0 Library

Initializes a new layout.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Layout(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
Layout(
	String^ name
)

F#

new : 
        name : string -> Layout

Parameters

  String
Layout name.

See Also

Reference

Layout Class
netDxf.Objects Namespace

Clone this wiki locally