Home

Discussion in 'AutoCAD' started by talledo, Jul 30, 2004.

  1. talledo

    talledo Guest

    In ACAD, typing "dimedit" --> "Home" returns the Dim Position to Home. How can I do it from VBA?

    Thanks
     
    talledo, Jul 30, 2004
    #1
  2. This is a work-around. Using SendCommand is never the best way, but if you
    don't use it you'd have to re-program all of the logic that is contained
    hidden in the HOME command, which is not practical.


    ThisDrawing.SendCommand "DimEdit Home (handent """ & quota.Handle & """) "
    'keep the spaces in the string to make the command execute

    HTH,

    James
     
    James Belshan, Jul 31, 2004
    #2
  3. talledo

    talledo Guest

    thank you
     
    talledo, Aug 2, 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.