GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPort Interface / DestinationLinks Property
In This Topic
    DestinationLinks Property (IGoPort)
    In This Topic
    Gets an enumerator over all of the links going out of this port.
    Syntax
    IEnumerable<IGoLink> DestinationLinks {get;}
    Remarks
    Each destination link's IGoLink.FromPort will be this port.
    See Also