Tagged Questions
1
vote
0answers
61 views
How to add data from a Google map as layer in ArcMap using C#?
A want use C# to write a tool: add data google map as a layer in ArcMap. I am using Arcgis 10.0.
Can you help me.
Thanks and regards.
2
votes
3answers
2k views
Implement 'Zoom To Selected Features' in VB.Net
Seems like this should be dead simple. I'm writing an add-in for ArcMap 10 in VB.Net. I need code that will reproduce the 'Selection --> Zoom To Selected Feature' menu option.
0
votes
2answers
1k views
How do i popup a context menu with custom command items in a Select tool OnMouseDown (Right Click) with VB .Net?
This should be simple... I am converting VBA customization to VB .NET in VS 2008 Express Edition.
In VBA i have a custom selection tool. Aside from just selecting features, when OnMouseDown receives ...