Message 1 of 5
Setting current viewport
Not applicable
11-24-2008
08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I activate a particular paperspace viewport using VB.Net? In VBA,
the document object had an "Active Viewport" property and you just did
ActiveDocument.ActiveViewport = myvport.
I can't find a similar property in VB.Net.
I've found the "CurrentViewportObjectID" as a property of the document
editor, but it's a read-only property and I can't find out where it gets
set.
Can anyone guide me? I've searched the discussion groups and Google, but
can't find anything.
Thanks in advance. . .
the document object had an "Active Viewport" property and you just did
ActiveDocument.ActiveViewport = myvport.
I can't find a similar property in VB.Net.
I've found the "CurrentViewportObjectID" as a property of the document
editor, but it's a read-only property and I can't find out where it gets
set.
Can anyone guide me? I've searched the discussion groups and Google, but
can't find anything.
Thanks in advance. . .