GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / GoLayoutTree Constructor / GoLayoutTree Constructor(GoLayoutTree)
In This Topic
    GoLayoutTree Constructor(GoLayoutTree)
    In This Topic
    Make a copy of a GoLayoutTree, copying most of the important properties except for the Network and Roots.
    Syntax
    public GoLayoutTree( 
       GoLayoutTree layout
    )

    Parameters

    layout
    Remarks
    This copies the inheritable properties from the argument layout's RootDefaults and the AlternateDefaults.
    See Also