<?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: Problems with Programmatic Rubbersheet Transform Method in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1108450#M7246</link>
    <description>&lt;P&gt;Hi Narelle,&lt;/P&gt;&lt;P&gt;Thanks so much for letting me know!&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 15:36:42 GMT</pubDate>
    <dc:creator>KarenMeinstein</dc:creator>
    <dc:date>2021-10-18T15:36:42Z</dc:date>
    <item>
      <title>Problems with Programmatic Rubbersheet Transform Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103188#M7197</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When I programmatically use the Edit Operation Rubbersheet method, I get different results than when I use the ArcGIS Pro Rubbersheet Transform tool (Edit tab &amp;gt; Modify button &amp;gt; Modify Features dockpane &amp;gt; Alignment &amp;gt; Transform) with the EXACT same features, links, anchors and rubbersheet area .&amp;nbsp; Specifically, the many of the anchors are being ignored in the programmatic version and the rubbersheet area is completely ignored.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I also really need to be able to only transform selected features, but this still doesn't seem to be working programmatically (even though it can be done using the Transform tool), so I thought I could instead set the rubbersheet area, but since this isn't working either I'm in a bind.&lt;/P&gt;&lt;P&gt;Anyone have any suggestions for a work-around or some other way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 17:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103188#M7197</guid>
      <dc:creator>KarenMeinstein</dc:creator>
      <dc:date>2021-09-29T17:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Programmatic Rubbersheet Transform Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103671#M7202</link>
      <description>&lt;P&gt;Hi Karen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the EditOperation.Rubbersheet API&amp;nbsp; method I can see that there is a code bug in that the anchor point and rubbersheet area layers are not being passed onto the internal methods.&amp;nbsp; &amp;nbsp; We will fix this for the 2.9 release.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your second statement about wanting to transform selected features - are you asking for the ability to rubbersheet selected features or are you using the Transform method and not getting the expected results&amp;nbsp; (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic9563.html" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic9563.html&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;The EditOperation.Rubbersheet overload for selected features does not exist - we will also add this for the 2.9 release.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's a problem with EditOperation.Transform please let me know so I can examine that method furrther.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately there is no workaround or other way to accomplish these functions via the API on existing ArcGIS Pro versions.&amp;nbsp; Will you be able to upgrade to 2.9 when it is released?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 18:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103671#M7202</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2021-09-30T18:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Programmatic Rubbersheet Transform Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103702#M7204</link>
      <description>&lt;P&gt;Hi Narelle,&lt;/P&gt;&lt;P&gt;Thank you for the information.&amp;nbsp; Regarding your question about transform vs. rubbersheet for selected features, I need to rubbersheet (which is one of the "Transform" tools in Pro, so I got confused with my wording).&lt;/P&gt;&lt;P&gt;It sounds like all of the things I need (anchors/rubbersheet area and rubbersheet selected features) will be in 2.9.&amp;nbsp; Do know approximately when this release will happen?&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 19:44:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103702#M7204</guid>
      <dc:creator>KarenMeinstein</dc:creator>
      <dc:date>2021-09-30T19:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Programmatic Rubbersheet Transform Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103708#M7205</link>
      <description>&lt;P&gt;Hi Karen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; Good to know that there's nothing additional to look at on Transform.&amp;nbsp; The two Rubbersheet fixes will definitely be in 2.9.&amp;nbsp; &amp;nbsp;&amp;nbsp;The current timeline has ArcGIS Pro 2.9 being released in November 2021, so fairly soon.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 19:53:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103708#M7205</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2021-09-30T19:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Programmatic Rubbersheet Transform Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103712#M7206</link>
      <description>&lt;P&gt;Great!&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 20:02:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1103712#M7206</guid>
      <dc:creator>KarenMeinstein</dc:creator>
      <dc:date>2021-09-30T20:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Programmatic Rubbersheet Transform Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1108423#M7245</link>
      <description>&lt;P&gt;Hi Karen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just posting to confirm that these two fixes to rubbersheet were added to ArcGIS Pro 2.9.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 14:42:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1108423#M7245</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2021-10-18T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Programmatic Rubbersheet Transform Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1108450#M7246</link>
      <description>&lt;P&gt;Hi Narelle,&lt;/P&gt;&lt;P&gt;Thanks so much for letting me know!&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 15:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/problems-with-programmatic-rubbersheet-transform/m-p/1108450#M7246</guid>
      <dc:creator>KarenMeinstein</dc:creator>
      <dc:date>2021-10-18T15:36:42Z</dc:date>
    </item>
  </channel>
</rss>

