GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Link<N,L,Y> Class / FromNode Property
In This Topic
    FromNode Property (GoLayoutGenericNetwork.Link<N,L,Y>)
    In This Topic
    Gets this link's From Node.
    Syntax
    public N FromNode {get; set;}
    Remarks
    Setting this property does not modify the GoLayoutGenericNetwork.Node<N,L,Y> by adding a link to its GoLayoutGenericNetwork.Node<N,L,Y>.DestinationLinksList or removing it from another node's list.
    See Also