Skip to content

ACadSharp.Objects.Group

Albert Domenech edited this page Mar 12, 2025 · 6 revisions

Group Class

Represents a object.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Objects

C#

DxfNameAttribute
DxfSubClassAttribute
public class Group

Properties

Returns Name Summary
String Description Group description.
IEnumerable<Entity> Entities Entities in this group.
Boolean IsUnnamed If the group has an automatic generated name.
String ObjectName
ObjectType ObjectType
Boolean Selectable If the group is selectable.
String SubclassMarker

Methods

Returns Name Summary
Void Add(ACadSharp.Entities.Entity) Add an entity to the group.
Void AddRange(System.Collections.Generic.IEnumerable{ACadSharp.Entities.Entity}) Add multiple entities into the group.
Void Clear Removes all entities in the group.
CadObject Clone
Boolean Remove(ACadSharp.Entities.Entity) Removes the entity from the group.
Clone this wiki locally