<?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>idea Matching Rotation Between Data Frames When Using Data Driven Pages in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idi-p/974480</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Please add the option to match the rotation of a non DDP data frame to a DDP data frame. &amp;nbsp;Currently you can set the extents of a non-DDP data frame to match a DDP data frame extents, but no the rotation.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;!--  content transformation source ID: 08730000000bvsr  --&gt;</description>
    <pubDate>Tue, 08 Feb 2022 14:12:06 GMT</pubDate>
    <dc:creator>AdamInglis</dc:creator>
    <dc:date>2022-02-08T14:12:06Z</dc:date>
    <item>
      <title>Matching Rotation Between Data Frames When Using Data Driven Pages</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idi-p/974480</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please add the option to match the rotation of a non DDP data frame to a DDP data frame. &amp;nbsp;Currently you can set the extents of a non-DDP data frame to match a DDP data frame extents, but no the rotation.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;!--  content transformation source ID: 08730000000bvsr  --&gt;</description>
      <pubDate>Tue, 08 Feb 2022 14:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idi-p/974480</guid>
      <dc:creator>AdamInglis</dc:creator>
      <dc:date>2022-02-08T14:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Rotation Between Data Frames When Using Data Driven Pages</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idc-p/974481#M10157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;You can accomplish this with Python. Below is a sample script:&lt;BR /&gt;&lt;BR /&gt;import arcpy&lt;BR /&gt;mxd = arcpy.mapping.MapDocument(r"C:\Project\ParcelAtlas.mxd")&lt;BR /&gt;ddpDF = arcpy.mapping.ListDataFrames(mxd, "DDPDataFrameName")[0] #Replace name of DDP Data Frame&lt;BR /&gt;otherDF = arcpy.mapping.ListDataFrames(mxd, "OtherDataFrameName")[0] #Replace name of Other Data Frame you want to rotate&lt;BR /&gt;for pageNum in range(1, mxd.dataDrivenPages.pageCount + 1):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mxd.dataDrivenPages.currentPageID = pageNum&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; otherDF.rotation = ddpDF.rotation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.mapping.ExportToPDF(mxd, r"C:\Project\OutPut\ParcelAtlas_Page" + str(pageNum) + ".pdf")&lt;BR /&gt;del mxd

&lt;!-- content transformation source ID: 00a3000000EdKoH --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 23:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idc-p/974481#M10157</guid>
      <dc:creator>ChrisFox</dc:creator>
      <dc:date>2012-03-15T23:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Rotation Between Data Frames When Using Data Driven Pages</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idc-p/974482#M10158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;THis is a nice work around but it would&amp;nbsp;be useful to petroleum and mining users to have as COTS

&lt;!-- content transformation source ID: 00aE0000005U4U9 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 23:34:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idc-p/974482#M10158</guid>
      <dc:creator>WillyLynch</dc:creator>
      <dc:date>2014-01-28T23:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Rotation Between Data Frames When Using Data Driven Pages - Status changed to: Already Offered</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idc-p/1337147#M26489</link>
      <description>&lt;P&gt;This is available in ArcGIS Pro.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 22:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/matching-rotation-between-data-frames-when-using/idc-p/1337147#M26489</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2023-10-11T22:51:11Z</dc:date>
    </item>
  </channel>
</rss>

