<?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: MakeXYEventLayer_management in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47827#M3811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The "isTimeEnabled" property is actually a property of the "LayerTime" property, and "LayerTime" is a property of the layers you're working with.&amp;nbsp; Both of those properties are Read Only, so you can't edit them *directly* with Python code.&amp;nbsp; Fortunately, layer time properties can be "updated" in Python (using the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;UpdateLayerTime&lt;/SPAN&gt;&lt;SPAN&gt; function that I mentioned in my last post).&amp;nbsp; As long as you enable the time on the layer file that you're using as a "time properties template," then any layer that you update with it will be time enabled.&amp;nbsp; I don't know why Esri won't let us change the "isTimeEnabled" property directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 12:53:04 GMT</pubDate>
    <dc:creator>KerryAlley</dc:creator>
    <dc:date>2013-04-19T12:53:04Z</dc:date>
    <item>
      <title>MakeXYEventLayer_management</title>
      <link>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47824#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a new layer using MakeXYEventLayer_management using python scripting. I want to make this newly created layer time enabled pragmatically. Is there any way to do it. thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 14:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47824#M3808</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2013-04-18T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: MakeXYEventLayer_management</title>
      <link>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47825#M3809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need another layer that already has it's time properties set as desired (set manually in ArcMap).&amp;nbsp; Then when you create a layer, you can update its time properties using the other layer as a source using arcpy.mapping.UpdateLayerTime().&amp;nbsp; It should only update the time properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47825#M3809</guid>
      <dc:creator>KerryAlley</dc:creator>
      <dc:date>2013-04-18T15:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: MakeXYEventLayer_management</title>
      <link>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47826#M3810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kerry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnx for the help.&amp;nbsp; also is it also possible to enable the "enable time&amp;nbsp; on this layer" property of&amp;nbsp; a layer&amp;nbsp; through python programming.I mean rather than doing it manually in ARCMAP, i wish to do it through python script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 05:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47826#M3810</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2013-04-19T05:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: MakeXYEventLayer_management</title>
      <link>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47827#M3811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The "isTimeEnabled" property is actually a property of the "LayerTime" property, and "LayerTime" is a property of the layers you're working with.&amp;nbsp; Both of those properties are Read Only, so you can't edit them *directly* with Python code.&amp;nbsp; Fortunately, layer time properties can be "updated" in Python (using the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;UpdateLayerTime&lt;/SPAN&gt;&lt;SPAN&gt; function that I mentioned in my last post).&amp;nbsp; As long as you enable the time on the layer file that you're using as a "time properties template," then any layer that you update with it will be time enabled.&amp;nbsp; I don't know why Esri won't let us change the "isTimeEnabled" property directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 12:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47827#M3811</guid>
      <dc:creator>KerryAlley</dc:creator>
      <dc:date>2013-04-19T12:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: MakeXYEventLayer_management</title>
      <link>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47828#M3812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The "isTimeEnabled" property is actually a property of the "LayerTime" property, and "LayerTime" is a property of the layers you're working with.&amp;nbsp; Both of those properties are Read Only, so you can't edit them *directly* with Python code.&amp;nbsp; Fortunately, layer time properties can be "updated" in Python (using the &lt;SPAN style="font-style:italic;"&gt;UpdateLayerTime&lt;/SPAN&gt; function that I mentioned in my last post).&amp;nbsp; As long as you enable the time on the layer file that you're using as a "time properties template," then any layer that you update with it will be time enabled.&amp;nbsp; I don't know why Esri won't let us change the "isTimeEnabled" property directly.&lt;BR /&gt;&lt;BR /&gt;Kerry&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks kerry. I want to ask one more thing . It is about the "Time slider" control . I have used it from the toolbar. I have manually set its property and it plays temporal data in my layer. However I want to make a python script that automatically activate the Time slider control I mean user does not need to click the Time slider rather the python script&amp;nbsp; should show it. Additionaly i also wish to stop and play the control using the python script. I know there is a DataFrameTime object that could be used to change the properties of Time slider but I am not sure how to actually use it to play, stop and pause the Time slider control . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 17:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/makexyeventlayer-management/m-p/47828#M3812</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2013-04-19T17:22:40Z</dc:date>
    </item>
  </channel>
</rss>

