<?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 clip feature by selection (similar to clip in editor tool) using Arcobjects .net in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-clip-feature-by-selection-similar-to-clip-in/m-p/690160#M18538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The editor's clip tool uses either ITopologicalOperator &lt;A href="https://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ITopologicalOperator_Difference.htm"&gt;Difference&lt;/A&gt; or Intersect to perform the clip, with a bunch of logic either side.&lt;/P&gt;&lt;P&gt;In your case the flow would be something like:&lt;/P&gt;&lt;P&gt;Assuming Super St is selected, use it to find the polygons underneath (Ground St) with a spatial search.&lt;/P&gt;&lt;P&gt;Use ITopologicalOperator.Difference to 'cut' Super St out of Ground St.&lt;/P&gt;&lt;P&gt;Use the output geometry from that method as the new shape for Ground St.&lt;/P&gt;&lt;P&gt;Delete Super St (if required)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 16:32:28 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-08-03T16:32:28Z</dc:date>
    <item>
      <title>How clip feature by selection (similar to clip in editor tool) using Arcobjects .net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-clip-feature-by-selection-similar-to-clip-in/m-p/690159#M18537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Building FeatureClass, where having different features like ground structure, super structure and&amp;nbsp; extensions.....,&lt;/P&gt;&lt;P&gt;now i want to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;clip ground structure where super structure contains (means creating dunut) inside of ground structure&lt;/LI&gt;&lt;LI&gt;clip which ever polygon come inside of ground structure&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not excepting Batch Process.. i have to perform this manually by selecting each building &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="212067" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/212067_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2016 10:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-clip-feature-by-selection-similar-to-clip-in/m-p/690159#M18537</guid>
      <dc:creator>chandra_sekhar_reddyguda</dc:creator>
      <dc:date>2016-07-16T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: How clip feature by selection (similar to clip in editor tool) using Arcobjects .net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-clip-feature-by-selection-similar-to-clip-in/m-p/690160#M18538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The editor's clip tool uses either ITopologicalOperator &lt;A href="https://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ITopologicalOperator_Difference.htm"&gt;Difference&lt;/A&gt; or Intersect to perform the clip, with a bunch of logic either side.&lt;/P&gt;&lt;P&gt;In your case the flow would be something like:&lt;/P&gt;&lt;P&gt;Assuming Super St is selected, use it to find the polygons underneath (Ground St) with a spatial search.&lt;/P&gt;&lt;P&gt;Use ITopologicalOperator.Difference to 'cut' Super St out of Ground St.&lt;/P&gt;&lt;P&gt;Use the output geometry from that method as the new shape for Ground St.&lt;/P&gt;&lt;P&gt;Delete Super St (if required)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-clip-feature-by-selection-similar-to-clip-in/m-p/690160#M18538</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-08-03T16:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How clip feature by selection (similar to clip in editor tool) using Arcobjects .net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-clip-feature-by-selection-similar-to-clip-in/m-p/690161#M18539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jones,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;According to&amp;nbsp; your hint ,I used ITopological.Difference in order to get desired output. Finally data cleaned correctly without any further issues.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar Guda&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-clip-feature-by-selection-similar-to-clip-in/m-p/690161#M18539</guid>
      <dc:creator>chandra_sekhar_reddyguda</dc:creator>
      <dc:date>2016-08-04T03:49:31Z</dc:date>
    </item>
  </channel>
</rss>

