TsgDXFGroup.InsertEntity

TsgDXFEntity

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

TsgDXFGroup.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; 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