GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / DestinationLinks Property
In This Topic
    DestinationLinks Property (GoPort)
    In This Topic
    Gets an enumerator over all of the links going out of this port.
    Syntax
    [Description("Gets an enumerator over the links going out of this port.")]
    public virtual GoPortFilteredLinkEnumerator DestinationLinks {get;}
    Remarks
    Each destination link's IGoLink.FromPort will be this port.
    See Also