Message 1 of 2
SelectionFilter bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
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,"
Please tell me how can i do?
Thanks.