GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / Remove Method / Remove(GoObject) Method
In This Topic
    Remove(GoObject) Method
    In This Topic
    When a port is removed, make sure we remove any reference to it.
    Syntax
    public override bool Remove( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    Removing any child object, whether it be an "item" object or a "port" object, does not remove the whole item from the list.
    See Also