I’m in the process of building plugin that displays additional buttons in Smart Client (on camera box, next to zoom controls).
I need a sample code (probably one line of the code) that I can use in “on click” event, so if any of my new button is clicked, interface resets to the same state as it is on start of Smart Client.
The reason is that I want to “cleanup” my interface after click (interface opens multiple buttons, depending on functionality).
Thanks!