How to use snpsDecypher in 11.2.3?
Hello,
In an FDMEE Jython script in 11.1.2.4, we used DwgObject.snpsDecypher(pPass). We are upgrading to 11.2.3, and it now fails because we need a second parameter. The new definition is
snpsDecypher(String pPass, OdiInstance pOdiInstance)
How do we get the OdiInstance? I can read code, but not too good at writing it, so please answer simply.
Thank you, Kevin