Discussion:
shape connector information
(too old to reply)
nitzsche
2007-09-14 23:04:01 UTC
Permalink
We are using Visio 2007 to create flowcharts of our business processes. I
have been using the Database Export option in Visio to export the diagram
information. I created my own list of shape relationship information by
parsing the beginx and endx values to derive the shapekey.

Unfortunately, not all connections are being stored to the database with the
export. I have reviewed every row in the export (which in this case is
1,581!) by hand, to see if my perser is the problem, but alas, the
information just isn't there.

Has anyone else had this problem? Is there a better way to derive the shape
connectors? Please help as I am about to write my own VB code to do the data
export, but for once, am hoping I am doing something wrong.
Mark Nelson [MS]
2007-09-15 05:09:59 UTC
Permalink
Visio provides the Connects collection to analyze the glue connections
between shapes. You can find code examples analyzing the connectivity in a
diagram in the Visio SDK.

http://www.microsoft.com/downloads/details.aspx?FamilyID=373D34B8-5EF7-4E6E-A582-C8D6B5EE4E33&displaylang=en
--
Mark Nelson
Office Graphics - Visio
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
Post by nitzsche
We are using Visio 2007 to create flowcharts of our business processes. I
have been using the Database Export option in Visio to export the diagram
information. I created my own list of shape relationship information by
parsing the beginx and endx values to derive the shapekey.
Unfortunately, not all connections are being stored to the database with the
export. I have reviewed every row in the export (which in this case is
1,581!) by hand, to see if my perser is the problem, but alas, the
information just isn't there.
Has anyone else had this problem? Is there a better way to derive the shape
connectors? Please help as I am about to write my own VB code to do the data
export, but for once, am hoping I am doing something wrong.
Loading...