SelectionFilter bug

SelectionFilter bug

HenryHe
Explorer Explorer
401 Views
1 Reply
Message 1 of 2

SelectionFilter bug

HenryHe
Explorer
Explorer
Hi:
I want to select the entity which is line or has red color. I used this code by ARX:
-4,""
We can translate:
RTDXF0,"LINE"->new TypedValue(0,"LINE")
62,1->new TypedValue(62,1)
but this translation:
-4,"new TypedValue(-4," I catch the exception.

Please tell me how can i do?
Thanks.
0 Likes
402 Views
1 Reply
Reply (1)
Message 2 of 2

HenryHe
Explorer
Explorer
Hi:
I want to select the entity which is line or has red color. I used this code by ARX:
-4,""
We can translate:
RTDXF0,"LINE"->new TypedValue(0,"LINE")
62,1->new TypedValue(62,1)
but this translation:
-4,"new TypedValue(-4," I catch the exception.

Please tell me how can i do?
Thanks.
0 Likes