TsgDXFBlock.InsertEntity
Adds entity to the list of child entities at the position specified by AIndex.
function InsertEntity(const AIndex: Integer; const AEntity: TsgDXFEntity): Boolean; override;
Description
Call 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.
Go to CAD VCL Enterprise