[GIS] Enabling time aware layers using ArcPy

arcgis-10.0arcpytime

Is it possible to enable time aware on a layer programmatically? I can add a time-enabled layer to a non-time aware data frame as shown here:

http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s300000023000000.htm

However, how can I get the layer to be time enabled in the first place (programmatically)?

I see that it is possible in arcobjects but I would rather not get into that.

Best Answer

Time-aware layers are not in Python in 10.0, so at that version you'll need to use ArcObjects.

However, from What's new for automating map workflows in ArcGIS 10.1:

ArcGIS 10.1 provides access to a layer's time properties to perform analysis over time. You can also enable time on layers.