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