Visio Interop and C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys. I'm trying to write an add-on for Visio... but I'm running into problems. Basically, I just don't know how Visio stores the data for shapes... and my searching hasn't given me any good examples that seem applicable. As an example, if I create a database diagram and drop a "Table" master onto the sheet... I want to be able to click the add-on and it read all of the properties of that table. That is, I want it to know the name of the columns, their data types and so forth. Can anyone give me a clear example of how this is done? So I've tried enumerating the shapes on the page, but I only see a single shape and it describes the single column I added. Thanks, in advance. Sam