GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / AddNode Method / AddNode(GoObject) Method
a GoObject, normally an instance of a subclass of GoNode
In This Topic
    AddNode(GoObject) Method
    In This Topic
    This convenience method makes sure there is a GoLayoutGenericNetwork.Node<N,L,Y> in this network corresponding to a Northwoods.Go.GoObject.
    Syntax
    public N AddNode( 
       GoObject node
    )

    Parameters

    node
    a GoObject, normally an instance of a subclass of GoNode

    Return Value

    See Also