Hello, I know that the function "this.runtime.getObjectByUID(uid)" returns specific object.
I want to know if exists way to pick not the specific object by his UID, but like if I pick it with "AddObjectParam" (In the edittime.js). And then I will be able to pick this object by IID (I know how to do this, this is not the problem).
Why ? To pick object by his UID and his IID. So the UID permits me to pick the object "type" and the IID to pick instance of this object.
It's difficult to explain... but I think that you understand me! Thanks