Commands that require interaction with the GUI before an action is performed.
3
votes
1answer
28 views
How can I hide a tool from command window under category
I have created a tool, a button and a dockable window under one project. To open/close the dockable window, button is used. For some specific work, by clicking some specific button from dockable ...
3
votes
0answers
320 views
Why doesn't the gml 3.1.1 schema validate with xmllint?
Running xmllint on the gml 3.1.1 schema fails, even though the release notes claim that this release was created to get the schema to validate using 'common tools'. There's questions about this on ...
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 ...
2
votes
0answers
38 views
Difficulty in running the script
I have developed a script tool for adding a layer in the current map document.
It did not work.. The message is "Completed script addlayer...". But there were no layers added in the TOC.
Another issue ...
2
votes
0answers
41 views
Removing FID as an option from ArcGIS Tool Validation Parameters
I am currently building a script tool which requires the user to select a sorting field from a list (built using a dependency on the featureclass). This Element is working fine, but I would like to ...
2
votes
0answers
184 views
Reclassifying a field in vector files in ArcGIS
ArcGIS has a reclassify tool that works with Raster files only.
Is it possible to have the same functionality for a vector file?
On the basis of one of the fields in a feature class, the tool ...
2
votes
0answers
111 views
Why would an ArcGIS 10 Python custom tool fail without throwing a “failed to execute” or “completed script” message at the end?
I have written a custom tool in Python for ArcGIS that converts in batch SHP files to GML files. It processes one file at a time in a folder, file, or ZIP file and then moves on to the next. If the ...
2
votes
0answers
111 views
Why does a tool not call its constructor or OnActivate() method?
I'm working on an add-in for ArcMap 10.0 in .Net version 3.5. It was finely added in arcgis desktop 10.0 as addin tool and working finely. I added some code in the addin project and build that ...
2
votes
0answers
314 views
How to calculate Solar Radiation falling on vertical surfaces using DEMs and ArcGIS?
I am using ArcGIS10 Area Solar Radiation tool to calculate irradiation on horizontal surfaces (building roofs) but need to do the same for vertical surfaces (building facades). Any ideas on how to do ...
1
vote
0answers
40 views
VBA to ActiveX tool
I have several scripts that I create UIcontronButton from, but I really want to create a dll from the scripts so I dont have to copy paste scripts on every computer.
How do I create arcmap tool dll?
1
vote
0answers
510 views
Conversion to Raster issue in ArcGIS 9.3.1
Trying to convert a polygon to raster in ArcGIS gives me an error... I am wondering if there is another way around to do this? I am using ArcGIS 9.3.1.
The error i am getting is number 9999 when I ...
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 ...