Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7d1f805e 3375 65b5 df41 284e758098d7

haplokuon edited this page May 6, 2023 · 1 revision

Reactors Property

netDxf 3.0.0 Library

Gets the list of DXF objects that has been attached to this entity.

Definition

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

Property Value

IReadOnlyList(DxfObject)

See Also

Reference

EntityObject Class
netDxf.Entities Namespace

Clone this wiki locally