A software development IDE created by Microsoft
2
votes
3answers
77 views
ARCObject query
I'm using ArcGIS 10.1 and developing an application using visual studio 2010 and ARCObject SDK 10.1.
I would like to use identity tool in my application and if not possible I want to execute a query ...
0
votes
1answer
30 views
Probelm with Add Network Analyst dll in My Web Mapping Application adf?
I'm a beginner in ArcGIS & I'm shooting blind really. I want to add the Network Analyst tool box to find the shortest path in my project. I tried this solution:
I can't add Network Analyst dll to ...
0
votes
1answer
128 views
Given a C# ArcMap custom toolbar with engine source files in a folder is there a way to install the toolbar and engine without going through VS?
I was given ArcMap toolbar and tool engine files without instructions on how to install but the code was done by someone else and it should work. How do I install it in ArcMap 10? I attempted to add ...
1
vote
0answers
38 views
ArcGIS Add-In Project to Standard Library Project
I have been developing an ArcGIS 10 Add-In tool, but requirements changed halfway through development. Fortunately, this isn't changing any of the code, but I just need to be able to compile the ...
1
vote
0answers
49 views
Get polygons inside a polygon
I have developed a tool in arcobjects on Visual studio 2010,
the tool works fine but once installed my ArcMap drawing the map (refreshing) and printing slows down..
I have used ITopologicalOperator ...
0
votes
0answers
64 views
using GDAL/OGR (faster)
Eventually, I was able to get the GDAL installed and compiled correctly using Visual C++ 2010. I even tested some of its methods on some geo-referenced raster files, and it looks like that all is ...
0
votes
0answers
12 views
the reference of the object map is not defined for its instance
i'm working in visual studio 2010 with vb.net i'm trying to develop a function called query attribute but the code generate an exception " NullReferenceException"
Public Function ...
0
votes
0answers
139 views
Why do I get an error when using CalculateField in a loop with a Windows form?
I have developed a command button for ArcGIS 9.2 (Visual Studio 2005) that copies the selected features of a featureclass to a shapefile. It then examines the attribute table of the shapefile (via a ...
0
votes
0answers
49 views
Why is IQueryGeometry crashing when ITextSymbol:Text contains more then one AMPERSAND (&) symbol?
I have a bit of an issue with my addin which converts annotations (text) to polygons. To do this I use the ITextSymbol obtained from the Annotation Feature which is then implemented by the ...