<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Select entity using vb.net code same as selecting using mouse in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7915994#M184333</link>
    <description>&lt;P&gt;Is there a way to select an entity and displaying the selection on the view?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The end result should be the same as selecting an entity using the mouse (as shown below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="selection in autocad.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/485726iC2A32A938F530E04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="selection in autocad.PNG" alt="selection in autocad.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried using a selection set and then highlight, but turned out that highlight is not a selection, it just highlights it in the view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Apr 2018 10:21:55 GMT</pubDate>
    <dc:creator>jwe03</dc:creator>
    <dc:date>2018-04-08T10:21:55Z</dc:date>
    <item>
      <title>Select entity using vb.net code same as selecting using mouse</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7915994#M184333</link>
      <description>&lt;P&gt;Is there a way to select an entity and displaying the selection on the view?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The end result should be the same as selecting an entity using the mouse (as shown below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="selection in autocad.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/485726iC2A32A938F530E04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="selection in autocad.PNG" alt="selection in autocad.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried using a selection set and then highlight, but turned out that highlight is not a selection, it just highlights it in the view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 10:21:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7915994#M184333</guid>
      <dc:creator>jwe03</dc:creator>
      <dc:date>2018-04-08T10:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select entity using vb.net code same as selecting using mouse</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7915996#M184334</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is &lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-NET/files/GUID-D4987D00-1164-4217-A82E-B8B49FFB7A29-htm.html" target="_blank"&gt;&amp;gt;&amp;gt;&amp;gt;acDocEd.&lt;/A&gt;&lt;SPAN class="hljs-title"&gt;&lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-NET/files/GUID-D4987D00-1164-4217-A82E-B8B49FFB7A29-htm.html" target="_blank"&gt;SetImpliedSelection&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; what you are looking for?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 10:27:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7915996#M184334</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-04-08T10:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select entity using vb.net code same as selecting using mouse</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7915998#M184335</link>
      <description>&lt;P&gt;Hello Alfred,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No this is not what i want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say i have defined my filters and selected some entities using the editor.select(filter) function.&lt;/P&gt;&lt;P&gt;Then i get this selection set, and show it to the user on the screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not only that, the user should be able to delete, copy, cut, change the layer, of those selected entities... (same as you would select those entities by using the AutoCAD&amp;nbsp;interface).&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 10:33:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7915998#M184335</guid>
      <dc:creator>jwe03</dc:creator>
      <dc:date>2018-04-08T10:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select entity using vb.net code same as selecting using mouse</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916001#M184336</link>
      <description>&lt;P&gt;In other words,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose i have a selection set in my code, how can i select those objects in this selection set in the AutoCAD view?&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 10:37:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916001#M184336</guid>
      <dc:creator>jwe03</dc:creator>
      <dc:date>2018-04-08T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select entity using vb.net code same as selecting using mouse</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916003#M184337</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have you tried it?&lt;/P&gt;
&lt;P&gt;If you create a selectionset by filter and forward it to the ImpliedSelection then these objects get gripped, the property window shows the properties and you can change the properties you were looking for ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 10:39:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916003#M184337</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-04-08T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select entity using vb.net code same as selecting using mouse</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916007#M184338</link>
      <description>&lt;P&gt;I must have misinterpreted the post then.&lt;/P&gt;&lt;P&gt;I will try it and let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 10:43:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916007#M184338</guid>
      <dc:creator>jwe03</dc:creator>
      <dc:date>2018-04-08T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Select entity using vb.net code same as selecting using mouse</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916010#M184339</link>
      <description>&lt;P&gt;Finally, thanks a million Alfred.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried passing an array of object IDs &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim ed As Editor = doc.Editor&lt;/P&gt;&lt;P&gt;Dim objectIDs(1) As ObjectId&lt;BR /&gt;objectIDs(0) = curve1.ObjectId&lt;BR /&gt;objectIDs(1) = curve2.ObjectId&lt;/P&gt;&lt;P&gt;ed.SetImpliedSelection(objectIDs)&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 10:47:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-entity-using-vb-net-code-same-as-selecting-using-mouse/m-p/7916010#M184339</guid>
      <dc:creator>jwe03</dc:creator>
      <dc:date>2018-04-08T10:47:26Z</dc:date>
    </item>
  </channel>
</rss>

