Tagged Questions
1
vote
1answer
259 views
Custom C# tool populate field combobox parameter from layer parameter
I'm creating a custom tool for arcmap toolbox where user select FeatureLayer in one combobox, and in next combobox user can select a field from selected FeatureLayer.
FeatureLayer combobox fills ...
0
votes
0answers
191 views
ArcGIS 10 IGPFunction2 and IGPFunctionFactory Implementation
I'm creating a custom ArcToolbox tool in C# .NET in ArcGIS 10 SP2. Though I seem to be having two issues which maybe related:
Firstly, my tool is run as a background task i.e. the GP dialog does not ...
5
votes
1answer
580 views
ArcGIS 10: AddIn Extension loading toolbox issue
I have an extension class in an ArcMap addin project of which loads a custom toolbox into ArcToolbox when the user opens ArcMap or opens a previously created map. My toolbox gets added to ArcToolbox ...
1
vote
1answer
1k views
Programmatically adding custom GP tool to a toolbox
I'm having issues add a custom GP tool to my toolbox programmatically using c#. The tool gets added to my toolbox OK but then when I try to open it it fails adding a red cross to the tool and ...
2
votes
1answer
267 views
Lock overlay on Custom Geoprocessing Tools
How do you get rid of the "lock" icon overlay on a custom geoprocessing tool in ArcToolbox?
This seems to appear even with the ESRI Sample Projects.
2
votes
2answers
227 views
Toolbox tool - IGPParameterEdit3 to browse for file
I'm trying to implement a custom Toolbox tool in ArcGIS, and am trying to setup a custom GPParameter that will take a file type with a specific extension.
I know that DEFileType is available and will ...
2
votes
1answer
247 views
Is it possible to open ModelBuilder SCREEN from .NET base command class?
I simply want to open the custom model's SCREEN (ModelBuilder) from .NET.