GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Copy Method
In This Topic
    Copy Method (GoDocument)
    In This Topic
    Make a copy of this document.
    Syntax
    public virtual GoDocument Copy()

    Return Value

    A new GoDocument containing copies of all the layers and all of their GoObjects.
    Remarks
    The UndoManager, if any, is not copied or shared with the new document.
    See Also