Skip to content

ACadSharp.CadDocument.Groups

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

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

Clone this wiki locally