Hi Guys,
Again I am here to ask you a question. I am struggling with this from last few days.
I want to extract all yellow marked connection from relationship of any object.
mean all connection which are exist in current model in which my object is present currently.
see the below mentioned relationship of one object.
I have four carries out connection on this object but in my current model only one connection physically exists which is checked with yellow mark.
I want to extract only this one relationship nothing else.
as of now I am using
var cxn= func_obj.ObjDef().CxnListFilter(Constants.EDGES_INOUT);
I am getting lot of connection with this code :(
Please help me....
Thanks,
Ankit
Forum: