<?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: Operation on non current aprx in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1070881#M61437</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/python-cim-access.htm" target="_blank"&gt;Python CIM access—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After the long read, I suspect it is a work in progress.&amp;nbsp; There are comments about what should and shouldn't be done as well as a lot of the examples have been placed outside the help topics in github or the code sharing site&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/cim-spec" target="_blank"&gt;Esri/cim-spec: This repository hosts the specification for the Cartographic Information Model (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=8772f61319584882bb697ba003030636" target="_blank"&gt;ArcGIS Pro 2.5 CIM Samples V1 - Overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, you can have a stroll through&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\...Your_Install_folder...\Resources\ArcPy\arcpy\cim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to get a sense of what is there... the folder is getting bigger over time&lt;/P&gt;&lt;P&gt;"current" ... seems to be the current preferred access to CIM,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jun 2021 08:40:33 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-06-22T08:40:33Z</dc:date>
    <item>
      <title>Operation on non current aprx</title>
      <link>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1070852#M61434</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;I found out that many of the arcpy.mp commands works only when you use the current aprx and running the code in a tool or python winodw.&lt;/P&gt;&lt;P&gt;For example SetExtent or updating the layer metadata.&lt;/P&gt;&lt;P&gt;Is that a bug, known limitation or documented feature?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 06:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1070852#M61434</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2021-06-22T06:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Operation on non current aprx</title>
      <link>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1070881#M61437</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/python-cim-access.htm" target="_blank"&gt;Python CIM access—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After the long read, I suspect it is a work in progress.&amp;nbsp; There are comments about what should and shouldn't be done as well as a lot of the examples have been placed outside the help topics in github or the code sharing site&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/cim-spec" target="_blank"&gt;Esri/cim-spec: This repository hosts the specification for the Cartographic Information Model (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=8772f61319584882bb697ba003030636" target="_blank"&gt;ArcGIS Pro 2.5 CIM Samples V1 - Overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, you can have a stroll through&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\...Your_Install_folder...\Resources\ArcPy\arcpy\cim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to get a sense of what is there... the folder is getting bigger over time&lt;/P&gt;&lt;P&gt;"current" ... seems to be the current preferred access to CIM,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1070881#M61437</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-06-22T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Operation on non current aprx</title>
      <link>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1071349#M61453</link>
      <description>&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;You are correct but the two examples I gave (SetExtent and metadata) are not connected (as far as I know) to the CIM.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 05:42:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1071349#M61453</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2021-06-23T05:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Operation on non current aprx</title>
      <link>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1071378#M61454</link>
      <description>&lt;P&gt;True, I find it hard sometimes to track down whether "stuff" is available or not, for example,&amp;nbsp;setExtent and getExtent are only found in the Camera class accessible via the Map class and metadata seems to be class specific&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 09:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/operation-on-non-current-aprx/m-p/1071378#M61454</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-06-23T09:02:14Z</dc:date>
    </item>
  </channel>
</rss>

