1
Automation Interface, Add-Ins and Tools / Finding diagram messages from VB
« on: September 01, 2008, 06:34:05 pm »
I would like to generate a list of all the messages in a diagram, using VBA.
The "Diagram" object does not have a "messages" method.
How can I find all the messages?
(I assume there are 2 methods - going over all the "DiagramObjects" of the diagram and finding which one is a connector, or going all the connectors in the repository and finding which one are connected to the diagram. Any recommendation of code fragments?)
Thanks
The "Diagram" object does not have a "messages" method.
How can I find all the messages?
(I assume there are 2 methods - going over all the "DiagramObjects" of the diagram and finding which one is a connector, or going all the connectors in the repository and finding which one are connected to the diagram. Any recommendation of code fragments?)
Thanks