<?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: Eliminate smallest polygon instead of biggest in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/eliminate-smallest-polygon-instead-of-biggest/m-p/61146#M1676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000005p000000"&gt;documentation for this tool&lt;/A&gt;&lt;SPAN&gt; states:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eliminates polygons by merging them with neighboring polygons that have the largest area or the longest shared border. Eliminate is often used to remove small sliver polygons that are the result of overlay operations, such as Intersect or Union.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the tool is already designed to remove the smallest polygon. What is the question here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2011 18:51:18 GMT</pubDate>
    <dc:creator>JohnHauck</dc:creator>
    <dc:date>2011-09-23T18:51:18Z</dc:date>
    <item>
      <title>Eliminate smallest polygon instead of biggest</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/eliminate-smallest-polygon-instead-of-biggest/m-p/61145#M1675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been asked to program a new tool that would imitate the Eliminate functionality of ArcToolbox.&amp;nbsp; However, they want me to eliminate the smallest polygon, instead of the largest one, as is the default functionality of ArcToolbox.&amp;nbsp; I need to program this is in Visual Studio 2008 using Visual Basic.Net.&amp;nbsp; Does anyone know if this is possible, to change the default functionality of Eliminate to delete the smallest sliver polygon, instead of eliminating the largest?&amp;nbsp; Any sample code would be greatly appreciated.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 20:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/eliminate-smallest-polygon-instead-of-biggest/m-p/61145#M1675</guid>
      <dc:creator>USFS_AGOLAdministrator</dc:creator>
      <dc:date>2011-09-07T20:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate smallest polygon instead of biggest</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/eliminate-smallest-polygon-instead-of-biggest/m-p/61146#M1676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000005p000000"&gt;documentation for this tool&lt;/A&gt;&lt;SPAN&gt; states:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eliminates polygons by merging them with neighboring polygons that have the largest area or the longest shared border. Eliminate is often used to remove small sliver polygons that are the result of overlay operations, such as Intersect or Union.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the tool is already designed to remove the smallest polygon. What is the question here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 18:51:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/eliminate-smallest-polygon-instead-of-biggest/m-p/61146#M1676</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2011-09-23T18:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate smallest polygon instead of biggest</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/eliminate-smallest-polygon-instead-of-biggest/m-p/61147#M1677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eliminate_management (in_features, out_feature_class, {selection}, {ex_where_clause}, {ex_features})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Parameter Explanation Data Type &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in_features The layer whose polygons will be merged into neighboring polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Feature Layer &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out_feature_class The feature class to be created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Feature Class &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;selection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Optional) These options specify which method will be used for eliminating features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LENGTH �??Merges a selected polygon with a neighboring unselected polygon by dropping the shared border. The neighboring polygon is the one with the &lt;/SPAN&gt;&lt;STRONG&gt;LONGEST&lt;/STRONG&gt;&lt;SPAN&gt; shared border. This is the default. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AREA �??Merges a selected polygon with a neighboring unselected polygon by dropping the shared border. The neighboring polygon is the one with the &lt;/SPAN&gt;&lt;STRONG&gt;LARGEST&lt;/STRONG&gt;&lt;SPAN&gt; area. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no way to make it use the neighboring polygon with the SHORTEST length, or the SMALLEST area.&amp;nbsp; That is what I am looking to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 20:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/eliminate-smallest-polygon-instead-of-biggest/m-p/61147#M1677</guid>
      <dc:creator>USFS_AGOLAdministrator</dc:creator>
      <dc:date>2011-09-23T20:01:47Z</dc:date>
    </item>
  </channel>
</rss>

