.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Unerase?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
82 Views, 1 Replies
06-06-2005 04:35 PM
I want to unerase an entity that's just been deleted. I'm listening to the Database.ObjectErase event, and then telling the object to unerase itself
entity.Erase(false);
The code runs without error, but the entity doesn't return to the canvas. Is there something else I need to do to bring the object back?
Michael
entity.Erase(false);
The code runs without error, but the entity doesn't return to the canvas. Is there something else I need to do to bring the object back?
Michael
*Albert Szilvasy
Re: Unerase?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-06-2005 09:26 PM in reply to:
mlovitt
Does regen bring it back?
wrote in message news:4866974@discussion.autodesk.com...
I want to unerase an entity that's just been deleted. I'm listening to the
Database.ObjectErase event, and then telling the object to unerase itself
entity.Erase(false);
The code runs without error, but the entity doesn't return to the canvas. Is
there something else I need to do to bring the object back?
Michael
I want to unerase an entity that's just been deleted. I'm listening to the
Database.ObjectErase event, and then telling the object to unerase itself
entity.Erase(false);
The code runs without error, but the entity doesn't return to the canvas. Is
there something else I need to do to bring the object back?
Michael
