• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Member
    Posts: 7
    Registered: ‎04-18-2012
    Accepted Solution

    AutoCAD is loaded property

    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.

    Please use plain text.
    *Expert Elite*
    chiefbraincloud
    Posts: 736
    Registered: ‎02-13-2008

    Re: AutoCAD is loaded property

    05-21-2012 09:24 AM in reply to: bobbyg

    You might try Autodesk.AutoCAD.ApplicationServices.Application.IsQuiescent

     

    Don't know for sure if that will work, but it's worth a shot.

    Dave O.                                                                 Sig-Logos32.png
    Please use plain text.