Eduard,
Thanks for the reply.
The challenge is that I cannot find a way to use the Python interface to pass a properties object to ClassMethodValue, and I don't see another appropriate function.
- iris.classMethodValue() — calls a user defined ObjectScript method and gets the returned value.
- iris.classMethodVoid() — calls a user defined ObjectScript method, ignoring any returned value.
- iris.function() — calls a function of a user defined ObjectScript routine and gets the returned value.
- iris.procedure() — calls a procedure of a user defined ObjectScript routine.
- Log in to post comments