Skip to content

ACadSharp.CadDocument.Layouts

Albert Domenech edited this page Jul 14, 2024 · 1 revision

Layouts Property

The collection of all layouts in the drawing.

Remarks

The collection is null if the doesn't exist in the root dictionary.

Definition

Namespace: ACadSharp.CadDocument

C#

public LayoutCollection Layouts { get; private set; }

Property Value

LayoutCollection

Clone this wiki locally