Hi,
in ARIS architect i can get the connected models by using the "go-to" in a model.
How can i get the connected models in ARIS reports?
Thanks,
Nicolai
Hi,
in ARIS architect i can get the connected models by using the "go-to" in a model.
How can i get the connected models in ARIS reports?
Thanks,
Nicolai
Hi,
If I understand correctly you want to get the connected models through report script. from the model get the ObjOcc(check ObjOccList method), Get the ObjDef, use the AssignedModels methods.
Thanks
Abhijit Das
But thies is the way to find ConnectedModels to object.
What is the best way to find models connected to model?
In designer there is a tab named 'Connected Models', but how find those models through report script ?