GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / FindChild Method
In This Topic
    FindChild Method (GoMultiTextNode)
    In This Topic
    The properties referring to parts of this node are also the names of those parts.
    Syntax
    public override GoObject FindChild( 
       string name
    )

    Parameters

    name
    Remarks
    LeftPorts and RightPorts have generated names that are of the form: "Lnnn" or "Rnnn", where "nnn" is the index of that port.
    See Also