GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Remove Method
In This Topic
    Remove Method (GoDocument)
    In This Topic
    Remove an object from this document.
    Syntax
    public virtual bool Remove( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    It is an error if the obj belongs to a different document. If it already has been removed from this document, this method does nothing.
    See Also