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

Parameters

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

Reference

Node Class
Node Members