GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Clear Method
In This Topic
    Clear Method (GoGroup)
    In This Topic
    Remove all children from this group.
    Syntax
    public virtual void Clear()
    Remarks
    This repeatedly calls Remove(GoObject). The default implementation tries to avoid duplicate removals, in case removing one object automatically removes another one.
    See Also