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

633d717f 60a2 2e58 26db 4dbe38d89105

haplokuon edited this page May 6, 2023 · 1 revision

Layouts Property

netDxf 3.0.0 Library

Gets the layouts collection.

Definition

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

C#

public Layouts Layouts { get; }

VB

Public ReadOnly Property Layouts As Layouts
	Get

C++

public:
property Layouts^ Layouts {
	Layouts^ get ();
}

F#

member Layouts : Layouts with get

Property Value

Layouts

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally