<?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: Modify Extent Indicator Using Arcpy? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/modify-extent-indicator-using-arcpy/m-p/108284#M8353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to do this&amp;nbsp;by using Python CIM access&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/python-cim-access.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/python-cim-access.htm"&gt;Python CIM access—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;. You can get the layout definition using layout.getDefinition() (see here:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/layout-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/layout-class.htm"&gt;Layout—ArcGIS Pro | Documentation&lt;/A&gt;), make your tweaks and then&amp;nbsp;update the layout&amp;nbsp;definition with layout.setDefinition(newdefinition). Extent indicators are associated with CIMMapFrame elements in "extendIndicators", and have an "isVisible" attribute that you can switch from "true" to "false" to turn them off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2020 14:35:47 GMT</pubDate>
    <dc:creator>JoshuaSharp-Heward</dc:creator>
    <dc:date>2020-08-21T14:35:47Z</dc:date>
    <item>
      <title>Modify Extent Indicator Using Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/modify-extent-indicator-using-arcpy/m-p/108283#M8352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to modify extent indicators in a map frame using arcpy? I have a map series with and some of the maps have insets with extent indicators; I would like to be able to turn on/off the inset maps and extent indicators when I export the maps to pdfs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ArcGIS Pro Contents pane the extent indicators show up under the map frame element but when I access the map frame element in Python there doesn't seem to be any options for the extent indicators.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2020 13:48:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/modify-extent-indicator-using-arcpy/m-p/108283#M8352</guid>
      <dc:creator>MarkBinder</dc:creator>
      <dc:date>2020-08-21T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Extent Indicator Using Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/modify-extent-indicator-using-arcpy/m-p/108284#M8353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to do this&amp;nbsp;by using Python CIM access&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/python-cim-access.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/python-cim-access.htm"&gt;Python CIM access—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;. You can get the layout definition using layout.getDefinition() (see here:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/layout-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/layout-class.htm"&gt;Layout—ArcGIS Pro | Documentation&lt;/A&gt;), make your tweaks and then&amp;nbsp;update the layout&amp;nbsp;definition with layout.setDefinition(newdefinition). Extent indicators are associated with CIMMapFrame elements in "extendIndicators", and have an "isVisible" attribute that you can switch from "true" to "false" to turn them off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2020 14:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/modify-extent-indicator-using-arcpy/m-p/108284#M8353</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2020-08-21T14:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Extent Indicator Using Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/modify-extent-indicator-using-arcpy/m-p/108285#M8354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I knew there was a way to do it; just forgot it was called CIM access. I am now able to turn the extents on/off in a Python script.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2020 17:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/modify-extent-indicator-using-arcpy/m-p/108285#M8354</guid>
      <dc:creator>MarkBinder</dc:creator>
      <dc:date>2020-08-21T17:50:37Z</dc:date>
    </item>
  </channel>
</rss>

