acad.pgp

Discussion in 'AutoCAD' started by David, Jan 30, 2004.

  1. David

    David Guest

    Hi NG;

    Is it possible to reinit the acad.pgp file via VBA (or maybe Lisp?).

    I dont want to use the 'SendCommand' and AutoCAD's 'reinit' command
    since that one throws up a dialog to the user. I would like to it in a
    silence mode.

    TIA David
     
    David, Jan 30, 2004
    #1
  2. David

    developer Guest

    ThisDrawing.SetVariable "RE-INIT", 16 should reinitialize the ACAD.PGP file. However, when I test it, there seems to be no indication.
     
    developer, Jan 30, 2004
    #2
  3. David

    David Guest

    Thanx. It works as aspected.
     
    David, Feb 2, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.