1
vote
1answer
33 views

Prompting Dialogue Box to Have User Enter Information? Without ArcGIS Engine maybe?

Working with the ArcGIS family v10.1 on Windows 7. So, I have this vision for a GIS project that does the following: User opens up ArcGIS Explorer (ideally) or ArcMap (still fine), or I guess even ...
0
votes
1answer
256 views

how to list table rows of a layer in a listbox?

I'm new in using c# and Arcengine . i would like to list table rows of a feature in a Listbox like select by attribute in ArcGIS such that when i click a button, table rows list in a listbox . i use ...
0
votes
1answer
122 views

how to save layers in combobox

I'd like to develop an app so that user introduce the layers in comboboxes ( layers are slope,aspect,elevation etc) then user use these layers for processing in another form(processing form) and dose ...
-2
votes
1answer
94 views

How can I access the AddShapefile method in HookHelper?

I'm new to ArcEngine and ArcObjects. I'd like to develop an extension for ArcMap where I have to use IHookHelper instead of AxMapControl. I am looking for the AddShapefile method, which is available ...
8
votes
2answers
385 views

Which data format typically displays fastest? (ArcMap)

My organization is working on an application running on ArcGIS Engine. Previous versions of the application used primarily Shapefiles for displaying roads, parcels, buildings, etc. Since I was taught ...
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 ...