<?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 Re: Selection of multiple nested entities in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750936#M51634</link>
    <description>&lt;P&gt;Ok. What about &lt;STRONG&gt;Editor.GetSelection&lt;/STRONG&gt; with argument &lt;STRONG&gt;PromptSelectionOptions&lt;/STRONG&gt; with properties &lt;STRONG&gt;&lt;SPAN style="color: #660000;"&gt;AllowSubSelections&lt;/SPAN&gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&lt;SPAN style="color: #660000;"&gt;ForceSubSelections&lt;/SPAN&gt;&lt;/STRONG&gt; equal &lt;STRONG&gt;true&lt;/STRONG&gt;?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2013 12:53:26 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2013-01-11T12:53:26Z</dc:date>
    <item>
      <title>Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750848#M51631</link>
      <description>&lt;P&gt;There are blocks in the drawing, each containing several nested entities. Need a command which would find all the nested entities which got into the selection area provided by user (not necessary to select entities, just get the ids).&amp;nbsp;GetNestedEntity() does what I need but for a single entity only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Selection of 'Trim' command does exactly what I need. How could I achieve the same behaviour?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 09:59:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750848#M51631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-11T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750931#M51632</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;... not necessary to select entities, just get the ids ...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It is easy to iterate BlockTableRecode and get all ObjectId's of subentities (except constant AttributeDefinition)&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 12:46:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750931#M51632</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-01-11T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750933#M51633</link>
      <description>&lt;P&gt;I don't need all&amp;nbsp;&lt;SPAN&gt;subentities, just those selected by user.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 12:48:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750933#M51633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-11T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750936#M51634</link>
      <description>&lt;P&gt;Ok. What about &lt;STRONG&gt;Editor.GetSelection&lt;/STRONG&gt; with argument &lt;STRONG&gt;PromptSelectionOptions&lt;/STRONG&gt; with properties &lt;STRONG&gt;&lt;SPAN style="color: #660000;"&gt;AllowSubSelections&lt;/SPAN&gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&lt;SPAN style="color: #660000;"&gt;ForceSubSelections&lt;/SPAN&gt;&lt;/STRONG&gt; equal &lt;STRONG&gt;true&lt;/STRONG&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 12:53:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750936#M51634</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-01-11T12:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750943#M51635</link>
      <description>&lt;P&gt;Doesn't work. Even blocks can not be selected in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have found similar question here, but it was not answered &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/NET/Select-Nested/m-p/2046216/highlight/true#M7899" target="_blank"&gt;http://forums.autodesk.com/t5/NET/Select-Nested/m-p/2046216/highlight/true#M7899&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 13:03:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750943#M51635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-11T13:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750990#M51636</link>
      <description>&lt;P&gt;It is look you are right. IMHO only way is using pure ObjectARX (not AutoCAD .NET API) like this: &lt;A href="http://adndevblog.typepad.com/autocad/2012/08/acedssget-multi-select-in-n-mode.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2012/08/acedssget-multi-select-in-n-mode.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or using P/Invoke in .NET to call acedSSGet(L"_N:U:D",...);&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2013 13:55:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/3750990#M51636</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-01-11T13:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/8945542#M51637</link>
      <description>&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Mentor lia-component-message-view-widget-author-username" style="background-color: transparent; box-sizing: border-box; color: #666666; font-family: &amp;amp;quot; artifakt&amp;amp;quot;,tahoma,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: nowrap; word-spacing: 0px;"&gt;&lt;A id="link_9" class="lia-link-navigation lia-page-link lia-user-name-link" style="background-color: transparent; box-sizing: border-box; color: #666666; font-weight: 400; text-decoration: none;" href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/481027" target="_self"&gt;&lt;SPAN class="login-bold" style="border-bottom-color: #999999; border-bottom-style: dashed; border-bottom-width: 1px; box-sizing: border-box; color: #444444; font-family: &amp;amp;quot; artifakt&amp;amp;quot;; font-size: 16px; font-style: normal; font-weight: 400;"&gt;Alexander.Rivil&lt;WBR style="box-sizing: border-box;" /&gt;is&lt;/SPAN&gt;&lt;/A&gt; any chance of getting the sample code from the dead link from the comment in the linked post?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Mentor lia-component-message-view-widget-author-username" style="background-color: transparent; box-sizing: border-box; color: #666666; font-family: &amp;amp;quot; artifakt&amp;amp;quot;,tahoma,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: nowrap; word-spacing: 0px;"&gt;&lt;A href="http://adn-cis.org/forum/index.php?topic=7683.msg25135#msg25135" target="_blank"&gt;http://adn-cis.org/forum/index.php?topic=7683.msg25135#msg25135&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Mentor lia-component-message-view-widget-author-username" style="background-color: transparent; box-sizing: border-box; color: #666666; font-family: &amp;amp;quot; artifakt&amp;amp;quot;,tahoma,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: nowrap; word-spacing: 0px;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:19:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/8945542#M51637</guid>
      <dc:creator>Civil3DReminders_com</dc:creator>
      <dc:date>2019-08-02T16:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of multiple nested entities</title>
      <link>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/8984137#M51638</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/95076"&gt;@Civil3DReminders_com&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are still interested in selecting multiple nested entities, see if these 2 articles are of help (pure .NET API solution):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://drive-cad-with-code.blogspot.com/2019/08/select-multiple-nested-entities-1.html" target="_blank" rel="noopener"&gt;https://drive-cad-with-code.blogspot.com/2019/08/select-multiple-nested-entities-1.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://drive-cad-with-code.blogspot.com/2019/08/selecting-multiple-nested-entities-2-of.html" target="_blank"&gt;https://drive-cad-with-code.blogspot.com/2019/08/selecting-multiple-nested-entities-2-of.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 15:47:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/selection-of-multiple-nested-entities/m-p/8984137#M51638</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2019-08-23T15:47:36Z</dc:date>
    </item>
  </channel>
</rss>

