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

    .NET

    Reply
    Active Member
    Posts: 7
    Registered: ‎10-17-2012
    Accepted Solution

    How to use acedssget() function in autocad development using C#

    222 Views, 6 Replies
    01-06-2013 09:18 AM

    How to use acedssget() function(use this function to select by crossing polygon) in autocad development using C# ,thank you!

    Please use plain text.
    Moderator
    Alexander.Rivilis
    Posts: 1,167
    Registered: ‎04-09-2008

    Re: How to use acedssget() function in autocad development using C#

    01-06-2013 09:27 AM in reply to: pucx

    What about Editor.SelectCrossingPolygon method?


    Пожалуйста не забывайте про Утвердить в качестве решения!Утвердить в качестве решения и Give Kudos!Баллы
    Please remember to Accept Solution!Accept as Solution and Give Kudos!Kudos

    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎10-17-2012

    Re: How to use acedssget() function in autocad development using C#

    01-09-2013 02:55 AM in reply to: Alexander.Rivilis

    I want to use acedssget to achive Editor.SelectCrossingPolygon .thank you!

    Please use plain text.
    Moderator
    Alexander.Rivilis
    Posts: 1,167
    Registered: ‎04-09-2008

    Re: How to use acedssget() function in autocad development using C#

    01-09-2013 03:34 AM in reply to: pucx

    pucx wrote:

    I want to use acedssget to achive Editor.SelectCrossingPolygon .thank you!


    Do I understand correctly that Editor.SelectCrossingPolygon satisfy you?


    Пожалуйста не забывайте про Утвердить в качестве решения!Утвердить в качестве решения и Give Kudos!Баллы
    Please remember to Accept Solution!Accept as Solution and Give Kudos!Kudos

    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎10-17-2012

    Re: How to use acedssget() function in autocad development using C#

    01-10-2013 12:52 AM in reply to: Alexander.Rivilis

    yes,but in cad2006 the .net method some times can't achive the result.

    Please use plain text.
    Moderator
    Alexander.Rivilis
    Posts: 1,167
    Registered: ‎04-09-2008

    Re: How to use acedssget() function in autocad development using C#

    01-10-2013 01:11 AM in reply to: pucx

    Do you know that all points passed to the method Editor.SelectCrossingPolygon should be visible on the screen (current viewport)?


    Пожалуйста не забывайте про Утвердить в качестве решения!Утвердить в качестве решения и Give Kudos!Баллы
    Please remember to Accept Solution!Accept as Solution and Give Kudos!Kudos

    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎10-17-2012

    Re: How to use acedssget() function in autocad development using C#

    01-16-2013 02:39 AM in reply to: Alexander.Rivilis

    I use this function behind zoomextents()....

    Please use plain text.