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

4f443295 bc05 f518 122c 3f9fbe593d71

haplokuon edited this page May 6, 2023 · 1 revision

Entities Property

netDxf 3.0.0 Library

Gets the list of entities contained in the group.

Definition

Namespace: netDxf.Objects
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

When the group is added to the document the entities in it will be automatically added too.
An entity may be contained in different groups.

See Also

Reference

Group Class
netDxf.Objects Namespace

Clone this wiki locally