Tagged Questions
1
vote
1answer
265 views
Integrate ArcGIS 10 extension INTO ArcEngine 10
I was wondering if there is a way at all to use some of ArcGIS 10's extension into arc engine.
A good example would be if we could put Arc Hydro extension into ArcEngine.
Thanks and Regards,
Kev
0
votes
1answer
99 views
Give Universal BaseCommand a custom Icon
If I add ControlsMapZoomInTool like this:
AddItem("esriControls.ControlsMapZoomInTool", -1);
To a Basic Context Menu I get the magnifying icon in my context menu right next to the words "Zoom In".
...