Diagram's loop in M2DOC

hello, I am using M2DOC and I was wondering if it was possible to make a loop that goes threw all diagrams in my project ? I want to be able to display some properties for each of them in a table.
thanks for your help !
best regards
FLicsss

Ok I found the answer by myself I can use :

for diag | system.containedLogicalArchitectures.eAllContents(la::LogicalComponentPkg).representationByDescriptionName(‘Logical Architecture Blank’)

This work fine for me. I hope it’ll help others :slight_smile:

1 Like