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

Parameters

portid
a port description that is passed to FindLinksIntoPort
See Also

Reference

Node Class
Node Members