Is it possible to call an ArcPy script from a Java/.Net addin in ArcGIS 10.0?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Yes there are several ways to do this. I would recommend building a script tool and packaging it with your add-in. I have a sample project that does this listed in this answer: How can I programmatically get the path of "Python.exe" used by ArcMap See also: |
|||
|
|
|
I call python script from my .net addin. I do it in a very simple way. I call it as I run process from .net code. Have a look at my code snippet
|
||||
|
|
