GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / CopyChildren Method
In This Topic
    CopyChildren Method (GoSubGraph)
    In This Topic
    This override is needed to make sure the expanded position information is copied correctly when this subgraph is collapsed at the time of the copy.
    Syntax
    protected override void CopyChildren( 
       GoGroup newgroup,
       GoCopyDictionary env
    )

    Parameters

    newgroup
    env
    See Also