TsgDXFPolyline.InsertEntity

TsgDXFPolyline

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

TsgDXFPolyline.InsertEntity

TsgDXFPolyline

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