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