On this pageInsertEntityDescriptionCall InsertEntity to add a specified entity to the list of child entities. Specify the entity as the AEntity parameter and index as the Aindex parameter.Syntaxfunction InsertEntity(const AIndex: Integer; const AEntity: TsgDXFEntity): Boolean; override;