Message 1 of 5
Is it possible to "pan" or "zoom" while adding entities t

Not applicable
01-15-2001
09:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm wondering if it is possible to use pan and zoom commands when I'm
selecting entities for a selectionset.
Public Sub pickSelection()
Dim selectie As AcadSelectionSet
Set selectie = ThisDrawing.SelectionSets.Add("sset2")
selectie.SelectOnScreen
End Sub
Using this code results in a pickbox, but if I want to pan or zoom VBA gives
an error. Is it possible at all, if yes, how?
Thanks
Jan Appelman
LENGKEEK architecten en ingenieurs bv
The Netherlands
selecting entities for a selectionset.
Public Sub pickSelection()
Dim selectie As AcadSelectionSet
Set selectie = ThisDrawing.SelectionSets.Add("sset2")
selectie.SelectOnScreen
End Sub
Using this code results in a pickbox, but if I want to pan or zoom VBA gives
an error. Is it possible at all, if yes, how?
Thanks
Jan Appelman
LENGKEEK architecten en ingenieurs bv
The Netherlands