Visio Guy

Visio Discussions => Programming & Code => Topic started by: rahulkd on May 23, 2016, 07:28:05 PM

Title: Automatically detect arrows in dynamic connectors in visio 2007
Post by: rahulkd on May 23, 2016, 07:28:05 PM
I am working in a project where I need to detect the direction of connectors programatically in VISIO 2007.
I am looking to detect the arrows in connectors so that I can determine how two shapes are connected.

For Eg : Whether shape 1 is connected to shape 2 or shape 2 is connected to shape 1.
I have to do in VISIO 2007 only.
Title: Re: Automatically detect arrows in dynamic connectors in visio 2007
Post by: Surrogate on May 23, 2016, 07:34:52 PM
Hope this article can help
Quote from: David J Parker (https://about.me/david_j_parker) in article Getting the Name of Glued Connection Points (https://blog.bvisual.net/2013/05/21/getting-the-name-of-glued-connection-points/)A Visio developer asked me if it is possible to get the name of connection points that a connector is glued to in Visio. Well, it is not possible directly from the ShapeSheet, but is easy if you use a little code.
Title: Re: Automatically detect arrows in dynamic connectors in visio 2007
Post by: wapperdude on May 24, 2016, 03:13:50 PM
You might also be interested in this:  http://visguy.com/vgforum/index.php?topic=6373.msg26266#msg26266 (http://visguy.com/vgforum/index.php?topic=6373.msg26266#msg26266)

Wapperdude