Skip to content

ACadSharp.Tables.BlockRecord.Entities

Albert Domenech edited this page Aug 4, 2024 · 3 revisions

Entities Property

Entities owned by this block.

Remarks

Entities with an owner cannot be added to another block.

Definition

Namespace: ACadSharp.Tables.BlockRecord

C#

public CadObjectCollection<Entity> Entities { get; private set; }

Property Value

CadObjectCollection

Clone this wiki locally