This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
7d1f805e 3375 65b5 df41 284e758098d7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of DXF objects that has been attached to this entity.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IReadOnlyList<DxfObject> Reactors { get; }
VB
Public ReadOnly Property Reactors As IReadOnlyList(Of DxfObject)
Get
C++
public:
property IReadOnlyList<DxfObject^>^ Reactors {
IReadOnlyList<DxfObject^>^ get ();
}
F#
member Reactors : IReadOnlyList<DxfObject> with get
IReadOnlyList(DxfObject)