TsgDXFEntity.InsertEntity

TsgDXFEntity

  Classes Reference > CAD Database structure > Entities > TsgDXFEntity > TsgDXFEntity Methods >

TsgDXFEntity.InsertEntity

TsgDXFEntity

Previous pageReturn to chapter overviewNext page

Adds entity to the list of child entities at the position specified by AIndex.

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

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.

Go to CAD VCL Enterprise