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.
 
public IEnumerable<Link> FindLinksConnectedWithPort( string portid )