GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / CopyChildren Method
In This Topic
    CopyChildren Method (GoTextNode)
    In This Topic
    Copy the background, text label, and the four ports.
    Syntax
    protected override void CopyChildren( 
       GoGroup newgroup,
       GoCopyDictionary env
    )

    Parameters

    newgroup
    env
    Remarks
    Remember to override this to copy any objects you add to this class.
    See Also