export the connections of Visio

R

Reboot327

This maybe a strange one. I want to export the connections of a simple Visio
diagram to database,csv, or XML file.

Let's say I have two objects in my diagram PLUG1 and PLUG2, both objects has
4 connection points on them A,B,C,D. In my diagram PLUG1 (A) is connected to
PLUG2(C), Also PLUG 1(C) is connected to PLUG2(D).

What I would like to see exported is something like this
PLUG1, A, PLUG2, C
PLUG1, C, PLUG2, D
PLUG2, C, PLUG1, A
PLUG2, D, PLUG1, C

Or anything like this that I can read into a program that I am making in VB

Thanks
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top