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

922e3ace 3012 d11d 63f7 06aef23d1696

haplokuon edited this page May 6, 2023 · 1 revision

Entities Property

netDxf 3.0.0 Library

Gets the list of entities that makes the boundary.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public IReadOnlyList<EntityObject> Entities { get; }

VB

Public ReadOnly Property Entities As IReadOnlyList(Of EntityObject)
	Get

C++

public:
property IReadOnlyList<EntityObject^>^ Entities {
	IReadOnlyList<EntityObject^>^ get ();
}

F#

member Entities : IReadOnlyList<EntityObject> with get

Property Value

IReadOnlyList(EntityObject)

Remarks

If the boundary path belongs to a non-associative hatch this list will contain zero entities.

See Also

Reference

HatchBoundaryPath Class
netDxf.Entities Namespace

Clone this wiki locally