<?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: Is it possible to copy any type of element from mxd at specific destination to current mxd ? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453227#M35532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share more information , which tools you want create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2016 11:24:07 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-08-22T11:24:07Z</dc:date>
    <item>
      <title>Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453226#M35531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to make script or add-in as below or is there any other way to get element to current one ? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# to reach element @ specific mxd&amp;nbsp;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;mxd = arcpy.mapping.MapDocument(r"D:\Reference\Reference.mxd")&lt;/P&gt;&lt;P&gt;element&amp;nbsp;= arcpy.mapping.ListLayoutElements(mxd,"TEXT_ELEMENT","Title")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# clone @ current&lt;/P&gt;&lt;P&gt;newElement = element.clone("2")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;newElement.text= "Test !"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 11:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453226#M35531</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2016-08-22T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453227#M35532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share more information , which tools you want create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 11:24:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453227#M35532</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-08-22T11:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453228#M35533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an reference&amp;nbsp;mxd which has a lot of type of elements which are already formatted as expected.&amp;nbsp;I want to copy a element (text, graphic etc.) from reference&amp;nbsp;map document &amp;nbsp;to the mxd document that i'm working on. Normally, at current mxd i can clone any element at layout as much as desired as below;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;import arcpy&lt;BR /&gt;mxd = arcpy.mapping.MapDocument("Current")&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;element&amp;nbsp;= arcpy.mapping.ListLayoutElements(mxd,"TEXT_ELEMENT","Title")&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;newElement = element.clone("2")&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;newElement.text= "Test !"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that with that way i couldn't get element from mxd at specific folder. Maybe any other function for copy can help my situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally, elements copied to current mxd manually but if any function which can copy or clone element, we can solve the issue. I'm using script at the current mxd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 11:43:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453228#M35533</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2016-08-22T11:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453229#M35534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are making a small but important mistake when getting the text element. The ListLayoutElements will return a list. If you want to get the first element you need to append "[0]" to the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have cloned the element you can move it to a new location as showed in the snippet below:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
mxd &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MapDocument&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;r&lt;SPAN class="string token"&gt;"D:\Reference\Reference.mxd"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
element &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ListLayoutElements&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mxd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"TEXT_ELEMENT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Title"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# clone&lt;/SPAN&gt;
new_element &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;clone&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;text &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"My New Text"&lt;/SPAN&gt;
new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"TheNewElementName"&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# change position of the new element&lt;/SPAN&gt;
new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionX &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionX &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionY &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionY &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# refresh the active view&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RefreshActiveView&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453229#M35534</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T20:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453230#M35535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Xander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm normally trying as you corrected, at reference mxd if i use python window to check script and no error occurs and i can clone the element but when trying at another mxd to get element with same&amp;nbsp;script gives&amp;nbsp;"IndexError: list index out of range" error. What is the reason to get this error while using same function on another mxd &amp;nbsp;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453230#M35535</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2016-08-22T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453231#M35536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you try to get an element and get that error, then the index doesn't exist. &amp;nbsp;More importantly if you try to get the first element ie [0] then the list is empty&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; a &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; a&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
 File &lt;SPAN class="string token"&gt;"&amp;lt;string&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
IndexError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; list index out of range&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453231#M35536</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T20:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453232#M35537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Or in other words.. you searched for a text element with the name "Title". If there is no text element with that name, your list will be empty and your script will fail, when it tries to get the first element. You could change your code to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
mxd &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MapDocument&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;r&lt;SPAN class="string token"&gt;"D:\Reference\Reference.mxd"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
lst &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ListLayoutElements&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mxd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"TEXT_ELEMENT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Title"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; len&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;lst&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; element &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; lst&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# clone&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new_element &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;clone&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;text &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"My New Text"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"TheNewElementName"&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# change position of the new element&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionX &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionX &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionY &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; new_element&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementPositionY &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# refresh the active view&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RefreshActiveView&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more than 1 text element with the name Title, it will not process them either.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453232#M35537</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T20:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453233#M35538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what i'm getting from this issue is: listlayoutelements functions can not work for any other&amp;nbsp;mxd then current. While same script works fine at reference.mxd, &amp;nbsp;fails at another map document. At reference mxd there is title element on layout but why same script can not reach this element again is the point i couldn't get.&amp;nbsp;If you check issue with a simple sample, you'll find the reason i think.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:43:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453233#M35538</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2016-08-22T12:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453234#M35539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea for copy element (graphic, text etc.) from a.mxd to b.mxd while working on b.mxd would be helpful. It seems with clone function element couldn't move to other layout due to some reason.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453234#M35539</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2016-08-23T07:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453235#M35540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Clone function will create the element in the same MXD. With arcpy you "cannot" add new elements (you can but you should use ArcObjects for that). What you can do is have default element outside your layout that you can clone and adapt to your needs.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 14:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453235#M35540</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-08-23T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to copy any type of element from mxd at specific destination to current mxd ?</title>
      <link>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453236#M35541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification so that was the reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 11:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-it-possible-to-copy-any-type-of-element-from/m-p/453236#M35541</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2016-08-24T11:24:11Z</dc:date>
    </item>
  </channel>
</rss>

