0
votes
0answers
39 views

Making ArcObjects Java application independent of eclipse

I have a ready Java + ArcObjects application. Inside I create, delete folders in the "bin" directory of the project. There are two folders "input" & "output" without which the application will ...
3
votes
1answer
359 views

Change Measure Tool units through ArcObjects

I'm activating the measure tool through code by using the ControlsMapMeasureToolClass. I want programmmatically to change the default length units of tool. How do do that?
6
votes
6answers
3k views

How do I activate a custom ITool from a form without having to add it to a toolbar? (ArcGIS 10 add-in development)

I'm working on an add-in for ArcMap 10.0 that adds a toolbar to ArcMap. One command (OpenModelessDialogCommand) button on that toolbar opens a modeless WinForms dialog, from which a tool (MyTool) can ...
3
votes
0answers
416 views

How to return FeatureLayer from gp service(using custom function tool) (.NET)?

My basic problem is that I have a custom function tool HLZCalulation that I created. It takes in a string to a file gdb , opens it, does some calculations, and then returns a featurelayer with the ...