I am trying to compile a sample from ESRI and I get this error Error 1: The command 开发者_运维百科\"esriRegasm.exe CommandInheritingBaseCommand.dll\" /p:Desktop /s\" exited with code -1.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting 开发者_如何学Pythonanswers.
Where can i learn how to query the layers of an ESRI Map? I n开发者_Go百科eed to query the layer of esri maps and store the data in dictionary.The ESRI Silverlight SDK provides a QueryTask object for
I am not clearly understanding the extent parameter in GIS applications. for ex, In mapserver map file we are using
running a python script from within ESRI\'s ArcMap and it calls another python script (or at least attempts to call it) using the subprocess module.However, the system window that it executes in (DOS
I\'m developing a small add-in for ESRI ArcGIS Explorer 1200. The extension itself is quite simple, it just uses a FileSystemWatcher to wait for an incoming file, then processes the file.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This hopefully is a simple question with a simple answer.If I have a list box or something that has a list of like 4 years (like 2006 through 2009), how do I programmatically make variables of these y
The project I\'m working on requires me to find intersections near a point (searching a street centerline layer).For 90+% of my searches, I seem to be getting the appropriate results, however in certa
I have recently found a script from ArcScripts on how to get an Access table in ArcGIS programmatically and it works well. But this is for Access 2003 (.mdb extension) and earlier. The code is posted