Using the text file:
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:
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",,