acSelectionSetAll selecting items in display only

acSelectionSetAll selecting items in display only

Anonymous
適用対象外
193件の閲覧回数
3件の返信
メッセージ1/4

acSelectionSetAll selecting items in display only

Anonymous
適用対象外
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 件のいいね
194件の閲覧回数
3件の返信
返信 (3)
メッセージ2/4

Anonymous
適用対象外
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 件のいいね
メッセージ3/4

Anonymous
適用対象外
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 件のいいね
メッセージ4/4

Anonymous
適用対象外
Hi Steven,
I thought there might be something else at work with that one!

Randall Rath
0 件のいいね