GoXam for WPF v3
FindLinksConnectedWithPort Method
Northwoods.GoXam Namespace > Node Class : FindLinksConnectedWithPort Method
When this argument is null, this just returns LinksConnected. Otherwise it returns those links where either the FromPortId or the ToPortId match the portid.
Returns a collection of Links that are connected to a particular port in either direction.
Syntax
public IEnumerable<Link> FindLinksConnectedWithPort( 
   string portid
)

Parameters

portid
When this argument is null, this just returns LinksConnected. Otherwise it returns those links where either the FromPortId or the ToPortId match the portid.
See Also

Reference

Node Class
Node Members