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

    Parameters

    child
    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