.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
AutoCAD is loaded property
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
91 Views, 1 Replies
05-21-2012 06:44 AM
Does anyone know if there's an isloaded() property for AutoCAD? I'm developing a plugin that checks for updates during the initialization process, and from 2012+ this causes a crash. I've put the update checking in a backgroundworker, and it fixes it, but this seems like a bandage instead of an actual fix. I would definitely like to see if anyone else has had this problem, and what their solution was. Thanks.
Solved! Go to Solution.
Re: AutoCAD is loaded property
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-21-2012 09:24 AM in reply to:
bobbyg
You might try Autodesk.AutoCAD.ApplicationServices.Application.I
Don't know for sure if that will work, but it's worth a shot.
Dave O. 
