<?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 to call a Rotate tool in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-call-a-rotate-tool/m-p/1334287#M10501</link>
    <description>&lt;P&gt;The tool is called:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;esri_editing_EditVerticesRotate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_0-1696277566981.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82130i5CF1A4078C795EE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_0-1696277566981.png" alt="Wolf_0-1696277566981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how to programmatically execute the rotate tool; however, the subject polygon has to be selected.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var commandId = @"esri_editing_EditVerticesRotate";
var iCommand = FrameworkApplication.GetPlugInWrapper(commandId) as ICommand;
if (iCommand != null)
{
  if (iCommand.CanExecute(null)) iCommand.Execute(null);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 12:48:11 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2023-10-03T12:48:11Z</dc:date>
    <item>
      <title>How to call a Rotate tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-call-a-rotate-tool/m-p/1334011#M10498</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Could you, please, tell me how to call a rotation tool from a picture (that nice green circule)?I am writing a custom tool to create fishnet and allow a user to rotate a sketch.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EvgeniiSosnin_2-1696197457772.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82049i5DC1CE73DC816E45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EvgeniiSosnin_2-1696197457772.png" alt="EvgeniiSosnin_2-1696197457772.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 22:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-call-a-rotate-tool/m-p/1334011#M10498</guid>
      <dc:creator>EvgeniiSosnin</dc:creator>
      <dc:date>2023-10-01T22:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Rotate tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-call-a-rotate-tool/m-p/1334287#M10501</link>
      <description>&lt;P&gt;The tool is called:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;esri_editing_EditVerticesRotate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_0-1696277566981.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82130i5CF1A4078C795EE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_0-1696277566981.png" alt="Wolf_0-1696277566981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how to programmatically execute the rotate tool; however, the subject polygon has to be selected.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var commandId = @"esri_editing_EditVerticesRotate";
var iCommand = FrameworkApplication.GetPlugInWrapper(commandId) as ICommand;
if (iCommand != null)
{
  if (iCommand.CanExecute(null)) iCommand.Execute(null);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 12:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-call-a-rotate-tool/m-p/1334287#M10501</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2023-10-03T12:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Rotate tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-call-a-rotate-tool/m-p/1335072#M10508</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 18:04:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-call-a-rotate-tool/m-p/1335072#M10508</guid>
      <dc:creator>EvgeniiSosnin</dc:creator>
      <dc:date>2023-10-04T18:04:32Z</dc:date>
    </item>
  </channel>
</rss>

