Setting Viewres with VBA

Discussion in 'AutoCAD' started by Dave F, Aug 20, 2003.

  1. Dave F

    Dave F Guest

    Hi

    Would I be right in thinking the only way to do it is to use the
    sendcommand.

    Cheers

    Dave F.
     
    Dave F, Aug 20, 2003
    #1
  2. Dave F

    Dave F Guest

    Hi

    Would I be right in thinking the only way to do it is to use the
    sendcommand?

    Cheers

    Dave F.
     
    Dave F, Aug 20, 2003
    #2
  3. Dave F

    Kevin Terry Guest

    I think you are right, but this may accomplish the same thing:
    ThisDrawing.ActivePViewport.ArcSmoothness = 9999
    for a viewport or paperspace layout, or this:
    ThisDrawing.ActiveViewport.ArcSmoothness = 9999
    for modelspace.

    Kevin
     
    Kevin Terry, Aug 20, 2003
    #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.