Connection Points on shape

B

BennyEz

I have an app that places shapes out for a list of applications. Then
I draw dynamic connectors between them that show how each app
interfaces with the others. The problem is that I simply tell the
connector to go to a shape. Depending on where the connector comes
from, sometimes it picks the bottom connection point, sometimes, the
side, sometimes the top, etc. etc... All of those are find however I
have text in in box and sometimes it just decides to connect to the
middle connection point.

How do I define which points it can connect to on a shape?
 
D

David Parker

I have done similar in the past, and found that it was best not to have ANY
connection points on the application boxes, therefore allowing Visio to
route better.
 
B

BennyEz

So then my question would be: "How do I remove the connection
points"?... I may already have that answer although I can't test it
until later today. I'm going to try:

Visio.Section vsSec;

vsSec = shape.Section(visSectionConnectionPts)

''Something with vsSec.Rows and remove all the rows.."

I know that has to be close.

Thanks for your reply
 

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