<?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: Select all object in the drawing in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3043940#M60668</link>
    <description>I haven't got ACAD on this computer, so I can't verify the exactness of the code, but look at the editor and the PromptSelectionOptions and PromptSelctionResult</description>
    <pubDate>Wed, 01 Jun 2011 22:05:49 GMT</pubDate>
    <dc:creator>BrentBurgess1980</dc:creator>
    <dc:date>2011-06-01T22:05:49Z</dc:date>
    <item>
      <title>Select all object in the drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3043812#M60667</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I select all the objects (lines, plylines, etc) in the drawing using C# + AutoCad?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AcadSelectionSet select = _acadCurrentDocument.SelectionSets.Add("my");

select.Select(AcSelect.acSelectionSetAll);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Trying to modify this coede, but something is missing.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:08:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3043812#M60667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-01T20:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select all object in the drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3043940#M60668</link>
      <description>I haven't got ACAD on this computer, so I can't verify the exactness of the code, but look at the editor and the PromptSelectionOptions and PromptSelctionResult</description>
      <pubDate>Wed, 01 Jun 2011 22:05:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3043940#M60668</guid>
      <dc:creator>BrentBurgess1980</dc:creator>
      <dc:date>2011-06-01T22:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select all object in the drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3043942#M60669</link>
      <description>&lt;P&gt;If you using AcadInterop so try this code snip:&lt;/P&gt;&lt;PRE&gt;    AcadSelectionSet oSset = doc.SelectionSets.Add("my");                
                //using filter
                object miss = Type.Missing;
                short[] dxfcode= new short[]{0};
                object[] dxfvalue= new object[]{"line,polyline,circle,ellipse,text,insert"};

                oSset.Select(AcSelect.acSelectionSetAll, miss, miss, dxfcode as object, dxfvalue as object);
                //send  message to command line:
                doc.Utility.Prompt(string.Format("\nSelected: {0} objects", oSset.Count));&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;~'J'~&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 22:10:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3043942#M60669</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2011-06-01T22:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select all object in the drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3549682#M60670</link>
      <description>&lt;P&gt;But i am using Standard EXE and how does select all work in &amp;nbsp;my case and get the texts with Origins&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 11:25:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/select-all-object-in-the-drawing/m-p/3549682#M60670</guid>
      <dc:creator>amitnkukanur</dc:creator>
      <dc:date>2012-07-24T11:25:13Z</dc:date>
    </item>
  </channel>
</rss>

