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

15cdedd7 af65 03db 1c1c f8b80f11884f

haplokuon edited this page May 6, 2023 · 1 revision

All Property

netDxf 3.0.0 Library

Gets the complete list entities contained in the active layout.

Definition

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

C#

public IEnumerable<EntityObject> All { get; }

VB

Public ReadOnly Property All As IEnumerable(Of EntityObject)
	Get

C++

public:
property IEnumerable<EntityObject^>^ All {
	IEnumerable<EntityObject^>^ get ();
}

F#

member All : IEnumerable<EntityObject> with get

Property Value

IEnumerable(EntityObject)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally