VLAX, Please Help.

Discussion in 'AutoCAD' started by Matthew, Jul 22, 2003.

  1. Matthew

    Matthew Guest

    What am I doing wrong here?

    Function anchget()
    Dim obj As VLAX
    Set obj = New VLAX
    tst = obj.GetLispSymbol("anch")
    End Function

    GetLispSymbol = VLF.item("eval").funcall(sym)
    on this line I get the error message

    Run-time error '438'
    "Object dosen't support this property or method"

    I have set the value of the lisp symbol anch
    Command: !anch
    #<VLA-OBJECT IAecAnchorWinAssemblyToWall 0310c7d0>
    Command:
    I have double checked that I have run the (vl-load-com) function.

    Any help would be greatly appreciated
    Matthew
     
    Matthew, Jul 22, 2003
    #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.