<?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 Delete Poly line with in block in entire drawing in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/4803441#M45473</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am new to dotnet.&lt;BR /&gt;Please any one help me to how to delete polyline within a Block by using C#.net.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 08 Feb 2014 21:28:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-08T21:28:16Z</dc:date>
    <item>
      <title>Delete Poly line with in block in entire drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/4803441#M45473</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am new to dotnet.&lt;BR /&gt;Please any one help me to how to delete polyline within a Block by using C#.net.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2014 21:28:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/4803441#M45473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-08T21:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Poly line with in block in entire drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/4803713#M45474</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;every line which you need to delete is inside the block. So what you need to do that is you have to select a line and a block and find out whether that line starting and end point inside of a block or not. if it is then you can delete that line. to find the algorithm and you can go through below link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/NET/Is-Point-inside-Polygon-or-Block-s-Area/td-p/3164508" target="_blank"&gt;http://forums.autodesk.com/t5/NET/Is-Point-inside-Polygon-or-Block-s-Area/td-p/3164508&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 12:21:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/4803713#M45474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T12:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Poly line with in block in entire drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/5608317#M45475</link>
      <description>&lt;P&gt;I'm trying to work out how to do this too. was hoping there would be some simple code on a past solution i could copy. I don't know the answer, but this will help you, i think:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the .net Developer's guide. IT is your friend:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html?url=WS73099cc142f48755-5c83e7b1120018de8c0-22be.htm,topicNumber=d0e2452" target="_blank"&gt;http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html?url=WS73099cc142f48755-5c83e7b1120018de8c0-22be.htm,topicNumber=d0e2452&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to read the parts concerning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(i) blocktables, blocktablerecords,&amp;nbsp;&lt;/P&gt;&lt;P&gt;(ii) selection sets&lt;/P&gt;&lt;P&gt;(iii) transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A solution to your task would be: first identify the line (perhaps use a filter on a selection set) then remove it from the "model space".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2015 01:13:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/5608317#M45475</guid>
      <dc:creator>BKSpurgeon</dc:creator>
      <dc:date>2015-04-26T01:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Poly line with in block in entire drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/5608361#M45476</link>
      <description>&lt;P&gt;Ok found the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This example creates a lightweight polyline, then erases it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the .net developer's guide:&amp;nbsp;&lt;A href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html?url=WS73099cc142f48755-5c83e7b1120018de8c0-22be.htm,topicNumber=d0e2452" target="_blank"&gt;http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html?url=WS73099cc142f48755-5c83e7b1120018de8c0-22be.htm,topicNumber=d0e2452&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;enjoy!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2015 02:59:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/delete-poly-line-with-in-block-in-entire-drawing/m-p/5608361#M45476</guid>
      <dc:creator>BKSpurgeon</dc:creator>
      <dc:date>2015-04-26T02:59:16Z</dc:date>
    </item>
  </channel>
</rss>

