Tagged Questions
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
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 ...
2
votes
1answer
212 views
Why do I get an “Type 'IPoint' is not defined” error in VB.NET
I am writing an add-in for ArcMap 10. I am trying to do Dim clickedPoint as IPoint in VB.NET, but I get "Type 'IPoint' is not defined" error. Do I have to import a class or how do I make this work?
3
votes
1answer
266 views
What is the code to execute a function when there is a mouse click on the map?
I am developing an add-in for ArcMap 10.0 where I need to execute code when there is a click on the map open. How do I do this? I am using VB in Visual Studio 2010. I also need to get the coordinates ...
2
votes
1answer
717 views
Arcmap 10 Dot Net SDK Installation Issues
We have had Arcmap 10 installed on our machines for about a month now and all seems to be well. I ran into an issue yesterday when I tried to install the Developer SDK for .NET. An error message ...
2
votes
2answers
476 views
ArcMap 9.3.1 .tlb not visible
I've created a Visual Studio 08 Active X - MXCommands dll for a VBA button within ArcMap 9.3.1. I'm able to load and use the .tlb on my computer; however when I try it on my test computer the .tlb ...