Page 1 of 1

Delete Entity by its handle

Posted: 16 Jul 2020, 15:23
by MuhammadSulaiman
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.

Re: Delete Entity by its handle

Posted: 17 Jul 2020, 19:31
by support
Hello,

Could you please specify a type of this entity?

Mikhail