JN
Hi,
I am trying to get the Connected Models (as shown below) from Model object in Report,
but I am not able to find methods that returns Connected Models from Models, I could get the Connected Objects using Report class Model - Method getSuperiorObjDefs. Is there any relevant available for Report similar to Macro class Designer - Method getSuperiorModels ?
Thanks,
JeyaKarthik N R
Hello,
I think there are several ways you can do this, if you want to obtain the models that are connected to that particular model, you can use functions like:
OccListInModel (Model)
or CxnList
and after you can try to obtain only the objects of type Model from that list.
Hope I've been of some help.
Regards and happy new year