GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraphBase Class / ExternalDestinationLinks Property
In This Topic
    ExternalDestinationLinks Property
    In This Topic
    Gets an enumerator over all of the links going out of this node.
    Syntax
    [Description("Gets an enumerator over all of the links going out of this node.")]
    public virtual GoNodeLinkEnumerator ExternalDestinationLinks {get;}
    Remarks
    The enumerator iterates over the set of all links that go out of any port of this node.
    See Also