VLA verses "dictionary"

Discussion in 'AutoCAD' started by Alan Henderson @ A'cad Solutions, Jun 29, 2004.

  1. I'm new to VLA and posted a question about obtaining a value in LDT via VLA in the appropriate NG. I received a response about VLA which worked out great. I also received a response to use - (dictsearch (namedobjdict) .... functions.
    My question is for long-term program learning, which is the more appropriate method and why? Pontification appreciated!!
     
    Alan Henderson @ A'cad Solutions, Jun 29, 2004
    #1
  2. There is no easy answer to that question.

    The (vla-*) functions are simply the functions that use the same object
    model as VBA via the ActiveX interface. Therefore, there are some things
    that you can only do with the object model, especially with the vertical
    products. There are still some gaps in the object model however, which means
    that at times you must drop back to the older methods such as dictsearch,
    entget, and so on.

    Personally, I prefer the ActiveX methods and only drop back when I need to.

    --
    R. Robert Bell


    message I'm new to VLA and posted a question about obtaining a value in LDT via VLA
    in the appropriate NG. I received a response about VLA which worked out
    great. I also received a response to use - (dictsearch (namedobjdict) ....
    functions.
    My question is for long-term program learning, which is the more appropriate
    method and why? Pontification appreciated!!
     
    R. Robert Bell, Jun 30, 2004
    #2
  3. Thanks Mr. Bell.
    So, I'll jump over the cliff into VLA and only grab the dictsearch trees on
    the way down as I need.
     
    Alan Henderson @ A'cad Solutions, Jun 30, 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.