thegisguy

Senior member
Jan 15, 2008
292
0
0
Yeah I script in python for ArcMap, etc. I've done a little Map Objects. What are you needing?
 

bvalpati

Senior member
Jul 28, 2000
308
2
81
Some but it's been a while. I'm planning to start learning the dot net api for ArcGIS soon but I have a couple other non-GIS development projects in the queue before I'll get around to that.
 

XxPrOdiGyxX

Senior member
Dec 29, 2002
631
6
81
Originally posted by: thegisguy
Yeah I script in python for ArcMap, etc. I've done a little Map Objects. What are you needing?

I'm trying to wrap a geoprocessing engine using IGPFunction and IGPFunctionFactory so that it can be run using ArcToolbox and be stood up as a GeoProcessing Service. I followed the reference implementation but for some reason it doesn't seem to be working. When I modify the reference implementation to include my code it works fine. But starting from scratch results in an inexecutable tool. ESRI's documentation is horrendous.