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