GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / CopyInheritedPropertiesFrom Method
In This Topic
    CopyInheritedPropertiesFrom Method
    In This Topic
    This method just copies inheritable properties from another GoLayoutTreeNode.
    Syntax
    public virtual void CopyInheritedPropertiesFrom( 
       GoLayoutTreeNode n
    )

    Parameters

    n
    Remarks
    See Also