ACadSharp.CadDocument.Layouts - DomCR/ACadSharp GitHub Wiki

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