Tagged Questions
1
vote
4answers
745 views
AxMapControl: How to set map extent in ArcObjects?
I have a stand-alone application written in C#. I want to be able to save and restore the current map view (extent) that the user sees. I assumed that it would be as simple as saving the active view's ...
3
votes
1answer
204 views
How to listen for ESRI drawing events using ESRI drawing tools in ArcObjects?
I am trying to make use of the built-in ArcObjects drawing tools (ie ControlsNewCircleTool) - but I need to listen for the events so I can add the drawing graphics to the database in our application. ...
1
vote
2answers
104 views
How do I use the OverviewClass in ArcObjects?
I want to display an Overview map - I know how to do it using a separate PageLayout or MapControl - but I noticed ESRI has an OverviewClass - how do I make use of this with the AxMapControl?
5
votes
1answer
508 views
Drag a Feature in ESRI, ArcObjects Engine (AxMapControl)
I'm trying to implement moving a point feature in a custom C# ArcGIS Engine application on an AxMapControl. I've already created a custom tool to do some other things. And I can track when the user is ...
2
votes
1answer
127 views
IToolbar uncheck items - ArcGIS
I currently have an app with two menu bars. One being the AxToolbarControl in a UserControl and one in a separate menu bar containing in-house stuff.
I currently have the issue where if I select ...
3
votes
2answers
672 views
Accessing ArcGIS layers from seperate thread
I've got an ArcEngine application, referencing a MXD for it's data (and map display). I'm running a query against all layers, so can take quite some time.
I would normally run the query in a ...
3
votes
1answer
396 views
Runaway memory usage with Event Layers in ArcGIS
I have an ArcEngine application, based off an MXD with an axMapControl. Several of the layers in the map are event layers built with XY data in a SQL table. It has routing info applied from a ...
2
votes
2answers
233 views
.NET Components triggering ITools on ArcEngine/Objects
I'm building a simple map interface on a .net component that I need to redistribute around.
Well, my initial thoughts was to create the tools just the way I'm used to do it in ArcMap, inheriting ...
