TsgDXFConverter.RemoveEntity
Deletes the entity.
function RemoveEntity(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