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

c2ac5f08 2198 93f3 1767 e3d7e34968a1

haplokuon edited this page May 6, 2023 · 1 revision

Entities Property

netDxf 3.0.0 Library

Gets the entity list of the block.

Definition

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

C#

public EntityCollection Entities { get; }

VB

Public ReadOnly Property Entities As EntityCollection
	Get

C++

public:
property EntityCollection^ Entities {
	EntityCollection^ get ();
}

F#

member Entities : EntityCollection with get

Property Value

EntityCollection

Remarks

Null entities, attribute definitions or entities already owned by another block or document cannot be added to the list.

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally