Change Viewport Views and Content

AutoCAD ActiveX

 
Change Viewport Views and Content
 
 
 

To change the view within a Viewport object, you must be in model space and the viewport must be active.

To edit a drawing in a floating viewport

  1. In model space, make the viewport active by setting the ActiveViewport property:
    Thisdrawing.ActiveViewport = MyViewportObject
  2. Edit the drawing.

You can also create objects such as annotations, dimensions, and title blocks in paper space. You must, however, set the ActiveSpace property to FALSE, and turn paper space on using the MSpace property. Objects created in paper space are visible only in paper space.