GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Link<N,L,Y> Class / ToNode Property
In This Topic
    ToNode Property (GoLayoutGenericNetwork.Link<N,L,Y>)
    In This Topic
    Gets or sets the To Node for this link.
    Syntax
    public N ToNode {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>.SourceLinksList.
    See Also