Skip to content

ACadSharp.CadObject.Reactors

Albert Domenech edited this page Jan 22, 2025 · 3 revisions

Reactors Property

Objects that are attached to this object.

Remarks

This collection is not managed by ACadSharp, any changes may cause a corruption in the file.

Definition

Namespace: ACadSharp.CadObject

C#

public Dictionary<UInt64, CadObject> Reactors { get; }

Property Value

Dictionary<UInt64, CadObject>

Clone this wiki locally