Skip to main content

InsertEntity

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.Note: This method is implemented in derived classes.

Syntax​

function InsertEntity(const AIndex: Integer; const AEntity: TsgDXFEntity): Boolean; virtual;