To Edit a Drawing in a Floating Viewport (VBA/ActiveX)

The geometry displayed within a floating viewport can be modified by accessing model space.

  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.