"VL.Application.16" of vlax

Discussion in 'AutoCAD' started by youngman, Sep 17, 2004.

  1. youngman

    youngman Guest

    hi,

    when using vlax, there is a so-called "VL.Application.16",

    how to get it.

    thank you

    best regards
     
    youngman, Sep 17, 2004
    #1
  2. Set objVL = ThisDrawing.Application.GetInterfaceObject("VL.Application.16")
    Regards - Nathan
     
    Nathan Taylor, Sep 17, 2004
    #2
  3. youngman

    youngman Guest

    Thanks for your advice.

    i know Set objVL =
    ThisDrawing.Application.GetInterfaceObject("VL.Application.16")

    is VL.Application.16 a sub or .dll file ,i dont know.

    thank you


     
    youngman, Sep 17, 2004
    #3
  4. youngman

    Matt W Guest

    Isn't it a CLS file??

    --
    I love deadlines
    I like the whooshing sound they make as they fly by.

    | Thanks for your advice.
    |
    | i know Set objVL =
    | ThisDrawing.Application.GetInterfaceObject("VL.Application.16")
    |
    | is VL.Application.16 a sub or .dll file ,i dont know.
    |
    | thank you
    |
    |
    | | > > Regards - Nathan
    |
     
    Matt W, Sep 17, 2004
    #4
  5. That's the whole point of COM: you don't need to know.

    Perhaps if you asked the broader question, we could point you in the
    right direction.

    What are you trying to do, exactly?
     
    Frank Oquendo, Sep 17, 2004
    #5
  6. VLAX.CLS is a wrapper around the automation objects provided by vl.arx.
     
    Frank Oquendo, Sep 17, 2004
    #6
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.