Hello,
Is there a possible way to find out all references to an object?
Let's say we have an object "Model/Source1", the following objects reference source1 in different ways:
By connection : Queue1.inObjects[1]
By node path : Operator1's home location "Model.find("Source1")"
By pink name : Event-Triggered Source object
How could I have a better picture to understand the relation between objects?