.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
DOTNETARX can use the conditiona l selections et!
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
65 Views, 2 Replies
06-09-2005 05:49 PM
As you know,the managed wrapper class cannot use the conditional selectionset.But with DOTNETARX,you can solve this problem just as the following(select line and circle):
TypedValue[] values={
new TypedValue(-4,"
new TypedValue(0,"Circle"),
new TypedValue(0,"Line"),
new TypedValue(-4,"or>"),
};
ObjectIdCollection ids= Tools.GetSelection(values);
For more information about DOTNETARX,you can read this article:
http://www.codeproject.com/useritems/dotnetarx.asp
TypedValue[] values={
new TypedValue(-4,"
new TypedValue(0,"Line"),
new TypedValue(-4,"or>"),
};
ObjectIdCollection ids= Tools.GetSelection(values);
For more information about DOTNETARX,you can read this article:
http://www.codeproject.com/useritems/dotnetarx.asp
*technosterone
Re: DOTNETARX can use the conditiona l selections et!
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-21-2005 03:15 AM in reply to:
tangferry
Hello, how to get that magic thing, DOTNETARX by name?
Re: DOTNETARX can use the conditiona l selections et!
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-21-2005 06:23 PM in reply to:
tangferry
You can find it on:
http://www.codeproject.com/useritems/dotnetarxsamp le.asp
http://www.codeproject.com/useritems/dotnetarxsamp
