Is it possible to "pan" or "zoom" while adding entities t

Is it possible to "pan" or "zoom" while adding entities t

Anonymous
Not applicable
242 Views
4 Replies
Message 1 of 5

Is it possible to "pan" or "zoom" while adding entities t

Anonymous
Not applicable
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
0 Likes
243 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
While you have the
0 Likes
Message 3 of 5

Anonymous
Not applicable
Also, if you have a mouse with a wheel, you can use the wheel for pan and
zoom. If you don't.... well... get one!!! It makes Acad a lot easier. : )

-Steven Elliott

Steven Elliott wrote in message
news:1B22DE7E0ED91B59671ABC798E6D76BA@in.WebX.SaUCah8kaAW...
> While you have the
0 Likes
Message 4 of 5

Anonymous
Not applicable
Thanks Steven, Kind of odd that you have to change the command under the
standardbuttons to have the old Transparancy functionality but it works,
thanks!

Jan Appelman
LENGKEEK architecten en ingenieurs bv
the Netherlands

Steven Elliott schreef in berichtnieuws
1B22DE7E0ED91B59671ABC798E6D76BA@in.WebX.SaUCah8kaAW...
>
0 Likes
Message 5 of 5

Anonymous
Not applicable
You are welcome.

-Steven Elliott

Jan Appelman wrote in message
news:C03ED20D9DDF5A04828FAF5B35E251D9@in.WebX.SaUCah8kaAW...
> Thanks Steven, Kind of odd that you have to change the command under the
> standardbuttons to have the old Transparancy functionality but it works,
> thanks!
>
> Jan Appelman
> LENGKEEK architecten en ingenieurs bv
> the Netherlands
>
> Steven Elliott schreef in berichtnieuws
> 1B22DE7E0ED91B59671ABC798E6D76BA@in.WebX.SaUCah8kaAW...
> >
>
0 Likes