Hi !
I need to display an EPC diagram in a report. I would like to show the diagram as we see it in ARIS (symbol and name) with relations, I don't want to extract any attributes, just to show the EPC as it is.
Is there a function that is able to do such a thing in ARIS or anything else?
Thank you
The object of the Model class has a .Graphic(...) method which you can use to get an instance of the ModelGraphic class.
This instance of the ModelGraphic class can then be used with the .OutGraphic(...) method of the standard output object to insert the model graphic into the output document.
A long time ago I wrote a post about it. I'm not sure if it still work without any adaption but maybe you can check it out and it helps you:
To gain more experience in creating reports check out our ARIS scripting tutorials :-).