Hello,
I have been trying to get process-by-flow for my functions object i.e. Top to bottom and left to right, but I fail to do so. I have been using SORT_GEOMETRIC, but I didn't get the desired output.
funcDefs = ArisData.sort(funcDefs, Constants.SORT_TYPE, Constants.SORT_GEOMETRIC, Constants.AT_NAME, g_nLoc);
where funcDefs is an array of function defination present in a model.
Can any one help me with the same ?
Thanks and Regards.