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
Kay Fischbach on
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.