Tagged Questions
1
vote
1answer
606 views
Convert old ArcGIS 9 VBA tool to new Python script tool for ArcGIS 10
I have an ArcGIS .mxd file with an imbedded VBA script that is executed from a tool bar button. I would like to convert this VBA script tool to a python script tool for use in ArcGIS 10. Is that ...
1
vote
1answer
367 views
Using kriging with data in GDB
I have series of data in my GDB
I am running the program under VBA and what I want to do is using the data by the tool Kriging.
This is what I thought:
First, Kriging needs data that must be a ...