TsgCADImage.Entities
Lists the entities references of the drawing.
property Entities[Index: Integer]: TsgDXFEntity
Description
Lists all the entities of CAD file. The Index parameter indicates the index of the object, where 0 is the index of the first object, 1 is the index of the second object, and so on.
Use Converter.Counts[csEntities] to determine the number of entities.
Go to CAD VCL Enterprise