TsgDXFConverter.DeleteEntity

TsgDXFConverter

 

TsgDXFConverter.DeleteEntity

TsgDXFConverter

Return to chapter overview

Deletes the entity.

function DeleteEntity(AEntity: TsgDXFEntity; DoFree: Boolean): Boolean;

Description

Deletes the entity from converter entity list. Returns true if entity deleted successfully, otherwise false.

AEntity – deleting entity.

If DoFree = True, the entity will be removed from list and destroyed. If DoFree = False, the entity will be removed from list only.

Go to CAD VCL Enterprise