<?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: How to wrap acedSSGet() in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965437#M78056</link>
    <description>Just curious, but what version of Autocad are you using? What language are you using for your .Net environment? Have you tried using a selection set filter using something like &lt;BR /&gt;
&lt;BR /&gt;
TypedValue((short)DxfCode.LayoutName, "Model")&lt;BR /&gt;
&lt;BR /&gt;
Dan</description>
    <pubDate>Fri, 11 May 2007 01:05:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-05-11T01:05:01Z</dc:date>
    <item>
      <title>How to wrap acedSSGet()</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965436#M78055</link>
      <description>Good morning,&lt;BR /&gt;
&lt;BR /&gt;
I was writing code that selected objects using SelectCrossingWindow() and noticed that the function only selects entities with geometric extents completely visible in the current viewport.&lt;BR /&gt;
&lt;BR /&gt;
I want to select from the entire database (limited to modelspace).&lt;BR /&gt;
&lt;BR /&gt;
To do this it looks like I need to import acedSSGet() but I am unsure how to do it. Can someone point me in the right direction?</description>
      <pubDate>Thu, 10 May 2007 15:52:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965436#M78055</guid>
      <dc:creator>jbooth</dc:creator>
      <dc:date>2007-05-10T15:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap acedSSGet()</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965437#M78056</link>
      <description>Just curious, but what version of Autocad are you using? What language are you using for your .Net environment? Have you tried using a selection set filter using something like &lt;BR /&gt;
&lt;BR /&gt;
TypedValue((short)DxfCode.LayoutName, "Model")&lt;BR /&gt;
&lt;BR /&gt;
Dan</description>
      <pubDate>Fri, 11 May 2007 01:05:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965437#M78056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-11T01:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap acedSSGet()</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965438#M78057</link>
      <description>SelectCrossingWindow() is just a wrapper around&lt;BR /&gt;
acedSSGet("c",...), and that's where the limitation is.&lt;BR /&gt;
&lt;BR /&gt;
So, if you mean to select objects within a given&lt;BR /&gt;
boundary, directly calling acedSSGet() isn't going&lt;BR /&gt;
to give you any different results.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;JASON booth=""&gt; wrote in message news:5581728@discussion.autodesk.com...&lt;BR /&gt;
Good morning,&lt;BR /&gt;
&lt;BR /&gt;
I was writing code that selected objects using SelectCrossingWindow() and noticed that the function only selects entities with geometric extents completely visible in the current viewport.&lt;BR /&gt;
&lt;BR /&gt;
I want to select from the entire database (limited to modelspace).&lt;BR /&gt;
&lt;BR /&gt;
To do this it looks like I need to import acedSSGet() but I am unsure how to do it. Can someone point me in the right direction?&lt;/JASON&gt;</description>
      <pubDate>Fri, 11 May 2007 01:18:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965438#M78057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-11T01:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap acedSSGet()</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965439#M78058</link>
      <description>Actually, I thought I could call acedSSGet() with "c" and "x" at the same time, or that I could use "x" and still specify the two window points to return with the entities I wanted.&lt;BR /&gt;
&lt;BR /&gt;
Would I take a huge performance hit if I just searched for the entities I want myself? All the entities I want will have geometric extents completely within the bounds of my crossing window.&lt;BR /&gt;
&lt;BR /&gt;
I've also considered using zoom extents as part of my automation, but visually it doesn't look so good. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Fri, 11 May 2007 14:37:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965439#M78058</guid>
      <dc:creator>jbooth</dc:creator>
      <dc:date>2007-05-11T14:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to wrap acedSSGet()</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965440#M78059</link>
      <description>To answer your question, I'm using Visual Studio 2005 (VB.NET) with the .NET framework 2.0. I'm currently coding for AutoCAD 2007, but I expect that may shift to 2008 when our office gets upgraded.&lt;BR /&gt;
&lt;BR /&gt;
Yes I can use that filter, but what I really need is an AutoCAD collection only containing objects within a window defined by a block reference's geometric extents.</description>
      <pubDate>Fri, 11 May 2007 14:41:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-wrap-acedssget/m-p/1965440#M78059</guid>
      <dc:creator>jbooth</dc:creator>
      <dc:date>2007-05-11T14:41:02Z</dc:date>
    </item>
  </channel>
</rss>

