I want to set up a validation rule that checks to ensure every diagram has the "Show Diagram Info" Display Property set.
It's clear this is going to require more than a structured expression, as I will need to access the Presentation Properties object of the diagram. My question is: how do I go about doing this?
Also, is the AutomatonMacroAPI documented somewhere? I can't find it in the javaDocs.
Thanks!