Delete Entity by its handle
Posted: 16 Jul 2020, 15:23
Hello,
After opening a DXF, I have an entity of certain type with handle="$25", I want to delete that entity..
I use the following syntax:
<?xml version="1.0" encoding="utf-8"?>
<cadsofttools version="2">
<select Handle="$25" Marker="True"/>
<delete/>
</cadsofttools>
But it says "Object with handle $25 can not be removed".
Is there any way to delete certain entity given its handle?
Best.
After opening a DXF, I have an entity of certain type with handle="$25", I want to delete that entity..
I use the following syntax:
<?xml version="1.0" encoding="utf-8"?>
<cadsofttools version="2">
<select Handle="$25" Marker="True"/>
<delete/>
</cadsofttools>
But it says "Object with handle $25 can not be removed".
Is there any way to delete certain entity given its handle?
Best.