Setting the UCS for a Named View (AcadView object)

Discussion in 'AutoCAD' started by bergsma, May 4, 2007.

  1. bergsma

    bergsma Guest

    Is there any way to set the UCS for a named view object?

    For example:

    Dim myView as AcadView
    Set myView = ThisDrawing.Views.Add("Test")
    myView.Center = myCenter
    myView.Direction = myDirection
    myView.Height = myHeight
    myView.Width = myArea / myHeight

    'something like this
    myView.USC = ThisDrawing.ActiveUCS

    Any help would be appreciated.
     
    bergsma, May 4, 2007
    #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.