Library ARX functions

Discussion in 'AutoCAD' started by Davids, Jul 2, 2004.

  1. Davids

    Davids Guest

    Hi all!
    I have found a sample code using importation of function from ARX library

    Private Declare Sub vbaNew Lib "acadvba.arx" ()
    Private Declare Sub vbaMan Lib "acadvba.arx" ()
    Private Declare Sub vbaRun Lib "acadvba.arx" ()
    Private Declare Sub vbaPrefs Lib "acadvba.arx" ()

    Where I can see a list of this function and its use to power my VBA
    routines?
    Thanx in advance for your help...

    Davids
     
    Davids, Jul 2, 2004
    #1
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.