Entities
Description
The Entities
property lists all entities of a CAD file. The Index
parameter indicates the index of the object and it counts from 0.
You can use Converter.Counts[csEntities]
to determine the number of entities.
Syntax
property Entities[Index: Integer]: TsgDXFEntity
The Entities[const AIndex: Integer]: TsgDXFEntity read GetEntity;
default property has the default directive. That's why you can use the property in a more convenient way like AEnt[I]
instead of AEnt.Entities[I]
.