Hi all,

I have tried different ways of obtaining the occurrences of an object but I only get connections. When I say occurrences I mean those seen on any object when right click:

I have tried different ways of bringing all the occurrences of an object, but the most I get is the relationships checked from the connections section.



My code:

var objConect = objOcc.getConnectedObjOccs (null, Constants.EDGES_INOUT);

for(var j=0; j<objConect.length; j++) {

objConect[j].getObjDefName(-1)

Thanks in advance, regards

 or register to reply.

Notify Moderator