GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / DeleteNode Method / DeleteNode(N) Method
In This Topic
    DeleteNode(N) Method
    In This Topic
    Deletes the input node from the network.
    Syntax
    public void DeleteNode( 
       N node
    )

    Parameters

    node
    Remarks
    This function also deletes all links to or from the node. Performs a no-op if the node is not in the network.
    See Also