<div dir="ltr"><div><div><div><div><div><div><div><div>Hello,<br></div>I have a use case, where a vtkObject on the server implements a method like<br><br></div>std::string doSomething(std::string arg);<br><br></div>Now, with a proxy prx on the client forĀ  that class, I would like to call the remote procedure similar to<br><br></div>result=prx.InvokeCommand("doSomething",[arg])<br><br></div>Is something like this possible?<br></div>I found a very complicated workaround by first defining the arguments as properties, defining the result as information_only property linked to on of the args, then calling "UpdateVTKObjects" to push the arguments and finally "UpdateInformationProperties" to pull the result. Is there an easier solution, possible with a short example?<br><br></div>Thank you<br></div>Mario<br></div>