acSelectionSetAll selecting items in display only

acSelectionSetAll selecting items in display only

Anonymous
Not applicable
194 Views
3 Replies
Message 1 of 4

acSelectionSetAll selecting items in display only

Anonymous
Not applicable
Why would building a selection set using acSelectionSetAll select items only
in the display window?

Here's my code:

Dim ssPrime As AcadSelectionSet
Dim gpCode(0 To 1) As Integer
Dim dataValue(0 To 1) As Variant
gpCode(0) = 0
dataValue(0) = "Line"
gpCode(1) = 8
dataValue(1) = "SERVICE-OH,SECONDARY"
ssPrime.Select acSelectionSetAll, , , gpCode, dataValue
0 Likes
195 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Hi Steven,
What version of AutoCAD are you working with, and can you share the complete
procedure?

Randall Rath
VB Design
Home of the Wonder Llama
http://www.vbdesign.net/cadpages
0 Likes
Message 3 of 4

Anonymous
Not applicable
Upon closer inspection the acSelectionSelectAll is working properly. What's
not happening is a subsequent acSelectionSelectCrossing for objects not
visible on the display. That may be intended functionality. Back to the
ugly zoom extents.

BTW I'm on 2000i with the latest service pack.
0 Likes
Message 4 of 4

Anonymous
Not applicable
Hi Steven,
I thought there might be something else at work with that one!

Randall Rath
0 Likes