GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Clear Method
In This Topic
    Clear Method (GoDocument)
    In This Topic
    Remove all objects from all layers in this document.
    Syntax
    public virtual void Clear()
    Remarks
    All layers remain in the Layers collection, but each layer will be GoLayer.Cleared.
    See Also