<?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: Create a tool to split rectangles in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828575#M3213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but going through the available tutorials only provides an introductory overview of the ArcGIS Pro SDK. I was hoping that someone with experience will point me to the relevant parts of the SDK for implementing the said functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2018 12:14:30 GMT</pubDate>
    <dc:creator>UtkarshSharma</dc:creator>
    <dc:date>2018-04-10T12:14:30Z</dc:date>
    <item>
      <title>Create a tool to split rectangles</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828573#M3211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a tool which splits rectangles on the basis of clicks.&lt;/P&gt;&lt;P&gt;In the below rectangle, x denotes the click location.&lt;/P&gt;&lt;P&gt;|-----------------------------|&lt;/P&gt;&lt;P&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; x&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/P&gt;&lt;P&gt;|-----------------------------|&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;|------ |----------------------|&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;|-------|----------------------|&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm completely new to ArcGIS Pro SDK, so would like to know whether it is even possible to create a tool with such functionality.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If it is possible, I will be very grateful if someone can guide me on how to proceed with creating such a tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 04:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828573#M3211</guid>
      <dc:creator>UtkarshSharma</dc:creator>
      <dc:date>2018-04-10T04:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tool to split rectangles</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828574#M3212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen the ArcGIS Pro SDK documentation?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/"&gt;https://pro.arcgis.com/en/pro-app/sdk/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828574#M3212</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-10T09:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tool to split rectangles</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828575#M3213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but going through the available tutorials only provides an introductory overview of the ArcGIS Pro SDK. I was hoping that someone with experience will point me to the relevant parts of the SDK for implementing the said functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:14:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828575#M3213</guid>
      <dc:creator>UtkarshSharma</dc:creator>
      <dc:date>2018-04-10T12:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tool to split rectangles</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828576#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarthak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check out this sample,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/ArcGIS/arcgis-pro-sdk-community-samples/tree/master/Editing/SketchToolDemo" title="https://github.com/ArcGIS/arcgis-pro-sdk-community-samples/tree/master/Editing/SketchToolDemo"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/SketchToolDemo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;This sample demonstrates a 'cut' tool that allows an editor to sketch a line over a set of existing features, if a polygon is intersected by the sketch line, the polygon will be cut by the sketched line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;Uma&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828576#M3214</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2018-04-12T16:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tool to split rectangles</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828577#M3215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarthak and Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick update, the sample is available here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/SketchToolDemo" title="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/SketchToolDemo"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/SketchToolDemo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 17:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828577#M3215</guid>
      <dc:creator>MaxPayson</dc:creator>
      <dc:date>2018-04-12T17:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tool to split rectangles</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828578#M3216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the sample, going through the sample code provided a good overview of some of the functionalities in the SDK. Few follow-up questions:&lt;/P&gt;&lt;P&gt;- Is it possible to access the edges of the polygon which were intersected by the line geometry?&lt;/P&gt;&lt;P&gt;- Can we also obtain length of the edges of polygon geometry?&lt;/P&gt;&lt;P&gt;- Can the line geometry be translated by a certain distance (the translated line will be parallel to the original line)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 06:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/create-a-tool-to-split-rectangles/m-p/828578#M3216</guid>
      <dc:creator>UtkarshSharma</dc:creator>
      <dc:date>2018-04-16T06:30:13Z</dc:date>
    </item>
  </channel>
</rss>

