Re: Data Driven Process

2012-12-20 Thread balparmak
I thought that with python you can specify first layer's attribute table in the table of contents and then go through the records in arcgis. -- http://mail.python.org/mailman/listinfo/python-list

Re: Data Driven Process

2012-12-20 Thread balparmak
On Thursday, December 20, 2012 2:03:52 PM UTC-7, Steven D'Aprano wrote: > On Thu, 20 Dec 2012 12:39:38 -0800, balparmak wrote: > I am working with the > python code below in ArcGIS to zoom into a > shapefile's attribute table row > features without selected until the end > of table one by one. >

Re: Data Driven Process

2012-12-20 Thread Dave Angel
On 12/20/2012 01:08 PM, balpar...@gmail.com wrote: > Thank you for your reply Grant, > > I am trying to attach mxd's but no chance. As you said that i dont have much > experience in python. I used to work with VBA but its not an option anymore > with new ArcGIS 10. > > How can I add mxd's here?

Re: Data Driven Process

2012-12-20 Thread Steven D'Aprano
On Thu, 20 Dec 2012 12:39:38 -0800, balparmak wrote: > I am working with the python code below in ArcGIS to zoom into a > shapefile's attribute table row features without selected until the end > of table one by one. > > I am trying to use this code but this one requires that a row is > selected.

Re: Data Driven Process

2012-12-20 Thread Steven D'Aprano
On Thu, 20 Dec 2012 10:08:20 -0800, balparmak wrote: > Thank you for your reply Grant, > > I am trying to attach mxd's but no chance. As you said that i dont have > much experience in python. I used to work with VBA but its not an option > anymore with new ArcGIS 10. > > How can I add mxd's here

Re: Data Driven Process

2012-12-20 Thread Jeffrey Ciesla
I'm just learning Python, so I doubt I could be much help, but I'd like to see how this progresses, maybe learn a little more about the language. -- http://mail.python.org/mailman/listinfo/python-list

Re: Data Driven Process

2012-12-20 Thread balparmak
Hi Grant can you help me with this? I am working with the python code below in ArcGIS to zoom into a shapefile's attribute table row features without selected until the end of table one by one. I am trying to use this code but this one requires that a row is selected. import arcpy mxd = arcp

Re: Data Driven Process

2012-12-20 Thread Grant Rettke
Maybe try posting them on your blog. On Thu, Dec 20, 2012 at 12:08 PM, wrote: > Thank you for your reply Grant, > > I am trying to attach mxd's but no chance. As you said that i dont have > much experience in python. I used to work with VBA but its not an option > anymore with new ArcGIS 10. > >

Re: Data Driven Process

2012-12-20 Thread balparmak
Thank you for your reply Grant, I am trying to attach mxd's but no chance. As you said that i dont have much experience in python. I used to work with VBA but its not an option anymore with new ArcGIS 10. How can I add mxd's here? -- http://mail.python.org/mailman/listinfo/python-list

Re: Data Driven Process

2012-12-20 Thread Grant Rettke
If you set up 2 sample MDX files that are dead simple along with some code to demonstrate what you are attempting, and some unit tests, then you will be helping people to help you. Most people probably do not have experience or familiarity with what you are attemping. On Thu, Dec 20, 2012 at 11:0