ACadSharp.CadDocument.Groups - DomCR/ACadSharp GitHub Wiki

Groups Property

The collection of all groups in the drawing.

Remarks

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

Definition

Namespace: ACadSharp.CadDocument

C#

public GroupCollection Groups { get; private set; }

Property Value

GroupCollection