Adding connector programatically

X

xargon

Hi everyone,

I am trying to add a connector to an object's connection point
programatically. However, I could not find any way to do so. Has anyone
tried this?

Thanks,
xargon
 
J

JuneTheSecond

How did you use GlueTo method?
shpConn.Cells("BeginX").GlueTo Sedimentation.Cells("Connections.X4")
shpConn.Cells("EndX").GlueTo WaterBasin.Cells("Connections.X2")
 
Top