Message 1 of 3
EXPLODE Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a custom object that is, essentially, a linked collection of some of my other custom objects. In the explode function for the 'parent' object I remove the links between the objects allowing them to behave independently.
However since this does not involve creating or deleting any objects I'm returning eNotApplicable - this prevents explode from deleting the original object.
Unfortunately it also causes AutoCAD to report "Cannot explode YourCustomEntity". Since the desired action has actually been completed, this could be a bit confusing.
Is there any way to return from the explode function that prevents the 'normal' function of explode, but also prevents the "Cannot explode..." message?