IsAvoidable

Can someone point me to an example of using the avoid nodes feature for rendering an orthoganal links?

I looked in the samples, but I could not find one.

Read the API reference for IsAvoidable. The default is that nodes are avoidable objects.

You set GoLink.AvoidsNodes = true (and Orthogonal) and then Go does link routing to avoid nodes. There isn’t any customization possible of the routing algorithm itself.

Is GoUserGuide.PDF the ‘API Reference’ you to which you are referring?

No, the API reference is available inside Visual Studio Help.

Thanks Jake. I see your working late.