Disable linking

Hello,

How do you disable so user can not create new links by clicking on a GoPort?

The AllowLink property for the GoView Class will Get or Set whether the user can link objects together.
myView.AllowLink = false;

Jeff

works nicely… thanks

How to disable in/out link some node in view?

Set each of the node’s ports’ GoPort.IsValidFrom and .IsValidTo properties to false.