Hi,
I need to know how to create a properties “Value” for <span =“highlight”>GetLeftPort(i) in GoGeneralNode. I notice the properties for “Name” for example “this.GetLeftPort(0).Name” is exist. I just want ot know how to create this.GetLeftPort(0).Value
GoPort (and GoNode and GoLink) all have UserObject and UserFlags fields that you can use.
You could also derive your own port class, add your own “Value” properties, and then override CreatePort in your Node class to create that type of port.