Modify Autocad drawing by Visual basic

Discussion in 'AutoCAD' started by qudeiri, Jul 21, 2004.

  1. qudeiri

    qudeiri Guest

    Hi Friends, please tell me how can I change the variables of drawing drawn by AutoCAD by using different software Visual basic thank you for your help
     
    qudeiri, Jul 21, 2004
    #1
  2. qudeiri

    lorier Guest

    check out setvariable in the help files

    Sub changeVariableExample()
    ThisDrawing.SetVariable "CursorSize", 100
    End Sub
     
    lorier, Jul 21, 2004
    #2
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.