• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Contributor
    Posts: 43
    Registered: ‎04-21-2005

    DOTNETARX can use the conditional selectionset!

    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
    Please use plain text.
    *technosterone

    Re: DOTNETARX can use the conditional selectionset!

    06-21-2005 03:15 AM in reply to: tangferry
    Hello, how to get that magic thing, DOTNETARX by name?
    Please use plain text.
    Active Contributor
    Posts: 43
    Registered: ‎04-21-2005

    Re: DOTNETARX can use the conditional selectionset!

    06-21-2005 06:23 PM in reply to: tangferry
    You can find it on:
    http://www.codeproject.com/useritems/dotnetarxsample.asp
    Please use plain text.