GoXam for WPF v3
FindNodesConnectedWithPort Method
Northwoods.GoXam Namespace > Node Class : FindNodesConnectedWithPort Method
a port description that is passed to FindLinksConnectedWithPort
Returns a collection of Nodes that are connected to this node via links that are connected to a particular port in either direction.
Syntax
public IEnumerable<Node> FindNodesConnectedWithPort( 
   string portid
)

Parameters

portid
a port description that is passed to FindLinksConnectedWithPort
See Also

Reference

Node Class
Node Members