- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone
I understand that Autodesk.AutoCAD.ApplicationServices.TransformOverrule has a read-only property AutoDelete = true, which will in all cases delete the entry entity.
In my case in particular I'm working with the Explode method of it, and there's in my set of rules a case where the input Entity should not be affected. I could recreate it with .Clone() and readd it to the database etc, but it's a complex entity with XData attached in it etc so something I'm trying to avoid.
Question: Is there a way to deal with Autodesk.AutoCAD.ApplicationServices.TransformOverrule in a way to stop this behaviour, ie stop it deleting the Entity argument by default?
Happy to elaborate, thanks in advance
Alan
Solved! Go to Solution.