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