So I created an ArcGIS 10 toolbox in ArcSDE and added a tool to it. There are enough examples out there on how to execute a tool.tbx that resides outside SDE or GeoDB. But in C#, how do you use gp.execute on a tool that resides within ArcSDE? thanks!
Try using the IToolboxWorkspace interface. Code below works for a file gdb workspace, I'd imagine it would work for arcsde too.
|
|||||||||||||
|