<?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 Polygon Cut - Using C#.Net in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/polygon-cut-using-c-net/m-p/365509#M9612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am very much new to Arc Objects, Could you please anyone provide suggestions on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polygon fetaure class in which we have 93 features and in that when I select one polygon in that 93 features - i must able to cut that selected feature into two parts using the cut tool and it has to be done programitically using C#.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Nov 2010 22:40:46 GMT</pubDate>
    <dc:creator>shravanshravan</dc:creator>
    <dc:date>2010-11-24T22:40:46Z</dc:date>
    <item>
      <title>Polygon Cut - Using C#.Net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/polygon-cut-using-c-net/m-p/365509#M9612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am very much new to Arc Objects, Could you please anyone provide suggestions on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polygon fetaure class in which we have 93 features and in that when I select one polygon in that 93 features - i must able to cut that selected feature into two parts using the cut tool and it has to be done programitically using C#.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 22:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/polygon-cut-using-c-net/m-p/365509#M9612</guid>
      <dc:creator>shravanshravan</dc:creator>
      <dc:date>2010-11-24T22:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon Cut - Using C#.Net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/polygon-cut-using-c-net/m-p/365510#M9613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had to do this one for a class assignment last year.&amp;nbsp; But what you need to do is create a base command that gets the selected feature from the feature class (make sure only 1 feature is selected). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the ITopologicalOperator4 interface to cut the polygon (you must start an edit session on the workspace) by a polyline.&amp;nbsp; The polyline can be programatically created using the envelope of the selected feature (if it's always a proportion of the selected feature, ex. Split the polygon in half).&amp;nbsp; The ITopologicalOperator Interface will spit out 2 geometries that will be the left and right polygons.&amp;nbsp; Store these as features and insert them into the feature class.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should be good to go.&amp;nbsp; Obviously you have to do some work with the spatial references, starting and ending edit sessions, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very doable.&amp;nbsp; Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 19:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/polygon-cut-using-c-net/m-p/365510#M9613</guid>
      <dc:creator>RuchiraWelikala</dc:creator>
      <dc:date>2010-11-25T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon Cut - Using C#.Net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/polygon-cut-using-c-net/m-p/365511#M9614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot! I appreciate for taking time from your busy schedule to explain about the concept.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 01:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/polygon-cut-using-c-net/m-p/365511#M9614</guid>
      <dc:creator>shravanshravan</dc:creator>
      <dc:date>2010-11-26T01:48:33Z</dc:date>
    </item>
  </channel>
</rss>

