[IronPython] Intefaces
Jason Pardy
jpardy at esri.com
Wed Nov 28 16:02:02 PST 2007
Has there been any work on documenting the calling of explicitly
implemented interfaces and
getting/setting properties through interfaces? If so, is there a
location where I can get this information?
Much Thanks,
Jason
2006/10/19, Jason Pardy <jpardy at esri.com
<http://lists.ironpython.com/listinfo.cgi/users-ironpython.com> >:
> However, when I try to retrieve the value from a read only property, I
get
> an error.
>
> Is this supposed to work?
>
> IGeoProcessorResult.ReturnValue(result)
Yes, but the correct syntax is:
IGeoProcessorResult.ReturnValue.GetValue(result)
IGeoProcessorResult.ReturnValue.SetValue(result, value)
It kinda makes sense, if you think about it.
All in all, calling explicitly implemented interfaces and
getting/setting properties through interfaces, could be better
documented.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20071128/36c35322/attachment.html
More information about the Users
mailing list