Click or drag to resize

GroupEntities Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of entities contained in the group.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public EntityCollection Entities { get; }
Request Example View Source

Property Value

Type: 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