<?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 Add graphic element with ArcPy in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idi-p/948844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be nice to be able to use the Mapping module of ArcPy to add new elements to a layout. At this moment the suggested procedure is to pre-author the element and position it outside the layout. Using ArcObjects it is simple to create new elements, but since VBA is being phased-out and the alternative is creating a python script, these simple tasks should be possible without the need to create an Add-In.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Oct 2010 08:43:32 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2010-10-19T08:43:32Z</dc:date>
    <item>
      <title>Add graphic element with ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idi-p/948844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be nice to be able to use the Mapping module of ArcPy to add new elements to a layout. At this moment the suggested procedure is to pre-author the element and position it outside the layout. Using ArcObjects it is simple to create new elements, but since VBA is being phased-out and the alternative is creating a python script, these simple tasks should be possible without the need to create an Add-In.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 08:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idi-p/948844</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2010-10-19T08:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add graphic element with ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/948845#M6790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be useful to add an "InsertLayoutElement" function to arcpy.mapping. Given each of the element properties, it should be an easy addition.&lt;BR /&gt;&lt;BR /&gt;This would allow for the insertion of all element objects outlined in "ListLayoutElements".&lt;/P&gt;

&lt;!-- content transformation source ID: 00a30000009eQs5 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 13:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/948845#M6790</guid>
      <dc:creator>DanielaBramante</dc:creator>
      <dc:date>2011-03-21T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add graphic element with ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/948846#M6791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even better, maintain the list of graphic elements in a structure compatible with a python list. The list ordering could determin z-order of the elements. I would love to be able to do something like:&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; text = TextElement()&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; text.Text = "Map Title"&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; mxd &amp;nbsp;= MapDocument("CURRENT")&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; mxd.LayoutElements.insert(0,text)&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; mxd.LayoutElements&lt;BR /&gt;[&amp;lt;TextElement object at 0x293b0850[0x293b0160]&amp;gt;, &amp;lt;DataFrame object at 0x293b07d0[0x28cc8890]&amp;gt;]
&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;While we're at it, make the mapping API a little more object-oriented, putting the layout elements in as a property of the map object.&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;!-- content transformation source ID: 00a3000000Ck6RT --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 21:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/948846#M6791</guid>
      <dc:creator>DavidMahoney</dc:creator>
      <dc:date>2011-12-02T21:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add graphic element with ArcPy - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1216155#M21400</link>
      <description>&lt;P&gt;This is something we definitely want to address but it will take time.&amp;nbsp; Arcpy.mp has definitely grown beyond the capabilities of arcpy.mapping (for ArcMap).&amp;nbsp; At 3.1 we are adding some content management operations like ArcGISProject.createMap(), ArcGISProject.deleteItem() /&amp;nbsp; ArcGISProject.copyItem() - for maps, layouts, and reports, and ArcGISProject.updateFolderConnections().&lt;/P&gt;&lt;P&gt;We didn't add createLayout because there is no point in creating a layout when we also can't create all the possible layout elements.&amp;nbsp; It will come in time.&amp;nbsp; At least with Pro 3.1 you'll be able to copy and existing layout and make modifications.&amp;nbsp; Currently, you can also export a layout to PAGX and import it to essentially make a copy.&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 16:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1216155#M21400</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2022-09-26T16:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add graphic element with ArcPy - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1305928#M25584</link>
      <description>&lt;P&gt;This will be available at Pro 3.2.&amp;nbsp; You will have the ability to create new Layouts and layout elements including graphic elements.&amp;nbsp; The functions will be ArcGISProject.createGraphicElement() and&amp;nbsp;ArcGISProject.createPredefinedGraphicElement(). They on the ArcGISProject object because you can create graphic elements on a layout OR in a map's graphics layer.&lt;/P&gt;&lt;P&gt;In addition to the constructors, we also will expose a get/SetDefinition on layout elements.&amp;nbsp; This makes it much easier to get to many more properties including symbology.&amp;nbsp; Post 3.2 we hope to add additional symbology constructors that make setting symbology more streamlined w/o having to use the CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 20:15:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1305928#M25584</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2023-07-05T20:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add graphic element with ArcPy - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1349854#M27033</link>
      <description>&lt;P&gt;This Idea has been implemented in ArcGIS Pro 3.2. Please see the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;What's New documentation&lt;/A&gt; for more new features in Pro 3.2.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-2/ba-p/1346155" target="_blank"&gt;Your Ideas in ArcGIS Pro 3.2 blog and video&lt;/A&gt; have been posted to the Esri Community blog. You can take a look at these to see your idea and all others that were implemented in this release of ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 18:52:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1349854#M27033</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2023-11-15T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add graphic element with ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1602959#M34404</link>
      <description>&lt;P&gt;Woot!&amp;nbsp; Excited about the new arcpy.mp functionality!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 19:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-graphic-element-with-arcpy/idc-p/1602959#M34404</guid>
      <dc:creator>LauraTateosian_augori</dc:creator>
      <dc:date>2025-04-04T19:53:29Z</dc:date>
    </item>
  </channel>
</rss>

