GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / DeleteNode Method / DeleteNode(GoObject) Method
a GoObject
In This Topic
    DeleteNode(GoObject) Method
    In This Topic
    This convenience method removes any GoLayoutGenericNetwork.Node<N,L,Y> corresponding to a Northwoods.Go.GoObject.
    Syntax
    public void DeleteNode( 
       GoObject node
    )

    Parameters

    node
    a GoObject
    See Also