GraphLink Path Bindings

Hello,

I’m using as base the flowcharter vb sample and I need to save the links path. I was wondering which property I would have to make reference to in the xml writer so that the link’s mid point/position would be stored.

In other words, I need to be able to reposition the link’s path and save it for the next time the .flowchart file is reloaded.

For GoLabeledLink:

  t.AddBinding("points", "RealLink.Points");

or (for GoLink)

  t.AddBinding("points", "Points");

Thanks, had been reading the guides for a while and couldn’t get to that… (: