Linked Questions
100 questions linked to/from Accessing ArcObjects from Python
1
vote
1
answer
3k
views
Arcpy and arcobject [duplicate]
Possible Duplicate:
How do I access arcobjects from python?
Hi :
I'd like to begin programming with Python in ArcGIS 10 by Arcobject.but i don't have any experience about python and Arcobject ...
0
votes
1
answer
261
views
In arcgis10.2, can I access arcobjects using python? [duplicate]
I am using python in Arcgis 10.2, but it seems Python cannot meet all my developing demands, from the forum, others recommend to use python to access arc objects,but what they mentioned is the old ...
0
votes
0
answers
40
views
Calling .net DLL by using ArcPy [duplicate]
I had developed a tool by using C# (ArcObjects) and I want to (import that customized DLL and) call a particular function from that class by using ArcPy.
How can I achieve this?
3
votes
0
answers
36
views
Python Add In Change tab in Table of Contents [duplicate]
I'm working on an add in that generates new structures for an addressing system. The tool is working well, but as it runs, at some point it changes tabs in the Table of Contents to the "List By Source"...
74
votes
7
answers
14k
views
When to use ModelBuilder over Python scripting and vice versa?
I am new to Python scripting in ArcGIS but not new to ModelBuilder.
I would like to know the benefits of Python vs ModelBuilder.
When should we write Python script for GIS automation rather than ...
37
votes
2
answers
31k
views
Learning ArcPy?
Where can I start to learn ArcPy?
26
votes
9
answers
8k
views
Getting started with ArcObjects?
What is the best route or place to get started with ArcObjects if one is not a developer and not aiming to become a developer?
I've been using gis professionally for a long time, almost two decades, ...
13
votes
8
answers
6k
views
ArcObjects Resources [closed]
What are the best books/web sites for C# development with ArcObjects?
The ArcGIS Resource Center is very helpful, but I am trying to find sources with more examples.
22
votes
2
answers
7k
views
Using ArcPy to determine ArcMap document version
Is there a way with ArcPy to identify the version of a Map Document (MXD). I am working on a solution to inventory our MXD's and would like to know if a document is 8.1, 9.2, 10.0, etc.
I am ...
16
votes
5
answers
22k
views
Changing feature class and field aliases in bulk using ArcPy?
I have over a hundred FCs, each with 10 or 20 attributes to add or change the aliases for, two or more times a year. Needless to say, this is not something I'm going to grunt my way through. How can I ...
10
votes
7
answers
7k
views
Getting raster image as array in Python with ArcGIS Desktop?
When starting to work with Python and ArcGIS 9.3, I assumed there would be a simple way to get a raster image into a Python array so that I can manipulate it before storing it back as another raster ...
12
votes
5
answers
8k
views
Compiling Python scripts (to .exe) that use ArcGIS Geoprocessing Tools?
I've been coding with Python for several months now and have developed some reasonably complex scripts for primarily geoprocessing tasks. That being said, I'm still learning a lot as I'm coming from a ...
11
votes
2
answers
9k
views
Seeking Python script for creating .mxd files?
I am new to both ArcGIS and Python. My requirement is to automate the below MANUAL process:
Creating a layer in ArcGIS for Desktop. To put it in another words, creating an ArcMap document (.mxd).
...
11
votes
3
answers
5k
views
What are pros and cons of Python add-ins vs .NET add-ins to ArcGIS for Desktop?
I found in ESRI .NET help:
Python
All ArcGIS Desktop applications include an embedded scripting language called Python. Many areas of ArcGIS—particularly geoprocessing—are accessible through ...
11
votes
5
answers
7k
views
Checking via ArcPy if ArcMap is in edit session?
I've created a Python add-in button that helps speed up my coworkers workflow by copying one feature class attribute to another. It uses the arcpy.UpdateCursor function to update a row in the target ...