A
Andy
Visio 2003.
I have a three shapes,
Shape A with an inward connection point 'T2'
Shape B with an inward/outward connection point 'T1'
Shape C with an inward/outward connection point 'T1'
Shape B has been dragged and connected to Shape A.
Programatically (VBA/VB6), I am trying to replace Shape B with a new
shape Shape C. However I then need to glue the 'T1' connection point
on Shape C to the 'T2' connection point on Shape A. If I process the
Connects on Shape B, I find I have 1 Connect object, that connects to
cell 'T2' on Shape A. However, the from cell for Shape B has cell
'PinX' and not 'T1'. The GlueTo then fails as I don't have the correct
from cell name.
I am trying to handle this generically as my shapes can have different
connection names and multiple connections. Is there anyway I can get
it to report T1 instead of PinX.
I have a three shapes,
Shape A with an inward connection point 'T2'
Shape B with an inward/outward connection point 'T1'
Shape C with an inward/outward connection point 'T1'
Shape B has been dragged and connected to Shape A.
Programatically (VBA/VB6), I am trying to replace Shape B with a new
shape Shape C. However I then need to glue the 'T1' connection point
on Shape C to the 'T2' connection point on Shape A. If I process the
Connects on Shape B, I find I have 1 Connect object, that connects to
cell 'T2' on Shape A. However, the from cell for Shape B has cell
'PinX' and not 'T1'. The GlueTo then fails as I don't have the correct
from cell name.
I am trying to handle this generically as my shapes can have different
connection names and multiple connections. Is there anyway I can get
it to report T1 instead of PinX.