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