GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / Add Method
In This Topic
    Add Method (GoGeneralNode)
    In This Topic
    If the new child is a GoGeneralNodePort, and if GoObject.Initializing is false, automatically add it (and its GoGeneralNodePort.Label) to the appropriate side, by calling either InsertLeftPort or InsertRightPort.
    Syntax
    public override void Add( 
       GoObject obj
    )

    Parameters

    obj
    See Also