GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / FindNode Method
In This Topic
    FindNode Method (GoLayoutGenericNetwork<N,L,Y>)
    In This Topic
    Returns the Node which was constructed for the GoObject.
    Syntax
    public N FindNode( 
       GoObject obj
    )

    Parameters

    obj

    Return Value

    Returns the Network Node associated with the go object or null if no such node exists.
    See Also