vla-?????????

Discussion in 'AutoCAD' started by hulioman, Dec 8, 2004.

  1. hulioman

    hulioman Guest

    I have found documentation on much of the active-x functions
    I have not found any list of the VLA-???? functions.
    Am I missing something? Is there a list of these somewhere?
    For example I se an e-mail referencing the function vla-copy but I cant find it in the help files.
     
    hulioman, Dec 8, 2004
    #1
  2. hulioman

    Dann Guest

    They can be listed in the apropos window in Vlide.
    The ? will bring you to the help window.
     
    Dann, Dec 8, 2004
    #2
  3. hulioman

    Doug Broad Guest

    VLA-funcitons access and control activeX methods and
    properties. Look up the method or property rather than
    the vla-function.

    In the help, you see something like

    object.method, arg1, arg2, arg3

    You need to translate that to
    (vla-method object arg1 arg2 arg3)



    help files.
     
    Doug Broad, Dec 8, 2004
    #3
  4. hulioman

    Don Butler Guest

    Bring up the VLIDE by typing either VLIDE or VLISP at the command line.
    Click the APROPOS tool bar button. It looks like this... (A)
    or... you can enter CTRL-SHIFT-SPACE
    In the Apropos editbox, enter the letters VLA and click OK.

    Voila

    HTH

    Don
     
    Don Butler, Dec 8, 2004
    #4
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.