Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing from text files with static connectors

Status
Not open for further replies.

Michalson

Programmer
Mar 22, 2002
1
CA
Using the text file:

Code:
Master,"Process","Process","Basic Flowchart Shapes.vss"
Shape,"Shape1","Process","Process A",1,1,1,1,
Shape,"Shape2","Process","Process B",2,1,1,1,
Link,"Link1",,"A Link","Shape1","Shape2",,

I'm trying to import this input Visio so that it creates a drawing. However the last line, Link, will only create dynamic links (They won't stay plugged into the same side of the shape when the shape is moved). Is there a way to define which connector point on a shape is used by a link. For instance:
Code:
Link,"Link1",,"A Link","Shape1.Right","Shape2.Left",,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top