GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / FindNode Method / FindNode(String) Method
the String to search for
In This Topic
    FindNode(String) Method
    In This Topic
    Find a top-level object whose IGoLabeledPart.Text property value is exactly the same as a given string.
    Syntax
    public GoObject FindNode( 
       string s
    )

    Parameters

    s
    the String to search for

    Return Value

    The result of FindNode(s, false, false, false).
    Remarks
    This method's functionality is implemented by FindNode(String,Boolean,Boolean,Boolean).
    See Also