Message 1 of 3
Selecting a Viewport

Not applicable
08-08-2002
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Another question from a beginning VB programmer. I want to select a viewport on screen. However, I don't want it to be in a SelectionSet object. Rather, I want to refer to it as a Viewport object. I don't know if I asked this question correctly. For example, I want to refer to it as:
ThisDrawing.Viewport.Item("vp1") As AcadViewport
Rather than:
ThisDrawings.SelectionSets.Item("ss1") As AcadSelectionSet
Thanks, Will Massie, Sause Brothers
ThisDrawing.Viewport.Item("vp1") As AcadViewport
Rather than:
ThisDrawings.SelectionSets.Item("ss1") As AcadSelectionSet
Thanks, Will Massie, Sause Brothers