GoXam for WPF v3
FindLinksIntoPort Method
Northwoods.GoXam Namespace > Node Class : FindLinksIntoPort Method
When this argument is null, this just returns LinksInto. Otherwise it returns those links where the FromPortId matches the portid.
Returns a collection of Links that come into a particular port.
Syntax
public IEnumerable<Link> FindLinksIntoPort( 
   string portid
)

Parameters

portid
When this argument is null, this just returns LinksInto. Otherwise it returns those links where the FromPortId matches the portid.
See Also

Reference

Node Class
Node Members