|
All, I have a case where my namespace contains many interfaces
and classes. One of my classes contains a method that returns a pointer to an
interface: >>> gp.Execute.__doc__ 'IGeoProcessorResult Execute(self, str Name, IVariantArray ipValues,
ITrackCance l pTrackCancel)' >>> Anytime I do the following, my return object is
unintialized: result = gp.Execute(tool, parameters, None) My question is how to I do this correctly? How would I get a
result object that is initialized? Thanks, |
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
