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!
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Try using the IToolboxWorkspace interface. Code below works for a file gdb workspace, I'd imagine it would work for arcsde too.
|
|||||||
|