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

Parameters

portid
a port description that is passed to FindLinksOutOfPort
See Also

Reference

Node Class
Node Members