GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraphBase Class / ReparentAllLinksToSubGraphs Method
whether to add the coll at the beginning of the list of the subgraph's children (thus behind all other subgraph children), or at the end of the list (thus appearing in front of all the other subgraph children)
the GoLayer for links whose ports do not both belong to a GoSubGraphBase
In This Topic
    ReparentAllLinksToSubGraphs Method
    In This Topic
    Make sure each link, either directly in the given collection, or connected to the nodes in the given collection, belong to the appropriate GoSubGraphBase.
    Syntax
    public static void ReparentAllLinksToSubGraphs( 
       IGoCollection coll,
       bool behind,
       GoLayer layer
    )

    Parameters

    coll
    behind
    whether to add the coll at the beginning of the list of the subgraph's children (thus behind all other subgraph children), or at the end of the list (thus appearing in front of all the other subgraph children)
    layer
    the GoLayer for links whose ports do not both belong to a GoSubGraphBase
    Remarks
    This calls ReparentToCommonSubGraph for each IGoLink in the coll collection, or for each IGoLink connected to each IGoNode in the coll collection.
    See Also