Click or drag to resize

EntityObjectReactors Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of dxf objects that has been attached to this entity.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public IReadOnlyList<DxfObject> Reactors { get; }
Request Example View Source

Property Value

Type: IReadOnlyListDxfObject
See Also