N
naive14
Totally new to Viso but...
How do I connect a line to touch the nearest edge of a process node ? What I
see so far by recording a macro is this :
Set vsoCell1 =
Application.ActiveWindow.Page.Shapes.ItemFromID(3).CellsU("BeginX")
Set vsoCell2 =
Application.ActiveWindow.Page.Shapes.ItemFromID(1).CellsSRC(7, 4, 0)
vsoCell1.GlueTo vsoCell2
.... but use of CellsSRC would have to change coordinates when the line comes
from a different direction. Is there a function that does:
line1.glueto shape1, NearestEdge ???
How do I connect a line to touch the nearest edge of a process node ? What I
see so far by recording a macro is this :
Set vsoCell1 =
Application.ActiveWindow.Page.Shapes.ItemFromID(3).CellsU("BeginX")
Set vsoCell2 =
Application.ActiveWindow.Page.Shapes.ItemFromID(1).CellsSRC(7, 4, 0)
vsoCell1.GlueTo vsoCell2
.... but use of CellsSRC would have to change coordinates when the line comes
from a different direction. Is there a function that does:
line1.glueto shape1, NearestEdge ???