Skip to content

ACadSharp.Objects.Collections.GroupCollection.CreateGroup(System.Collections.Generic.IEnumerable{ACadSharp.Entities.Entity})

Albert Domenech edited this page Mar 12, 2025 · 1 revision

CreateGroup(System.Collections.Generic.IEnumerable{ACadSharp.Entities.Entity}) Method

Creates a group with a collection of entities.

Remarks

The entities must be assigned to the owner of this collection.

Definition

Namespace: ACadSharp.Objects.Collections.GroupCollection

C#

public Group CreateGroup(System.Collections.Generic.IEnumerable{ACadSharp.Entities.Entity})

Return Value

Group

Clone this wiki locally