GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / CopyChildren Method
In This Topic
    CopyChildren Method (GoSimpleNode)
    In This Topic
    Make copies of the icon, label and two 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