GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoIconicNode Class / Remove Method / Remove(GoObject) Method
In This Topic
    Remove(GoObject) Method
    In This Topic
    Because the label may be selectable and deleted by the user, be sure to remove any reference to the label.
    Syntax
    public override bool Remove( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    Remember to override this to clear any child object references you add to this class.
    See Also