ACadSharp.CadObject.Reactors - DomCR/ACadSharp GitHub Wiki
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>