GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / AddCollection Method
whether to make sure all connected links belong to the proper subgraph or layer
In This Topic
    AddCollection Method (GoLayer)
    In This Topic
    Re-parent some objects to be top-level objects, even if they are part of groups in this same layer.
    Syntax

    Parameters

    coll
    reparentLinks
    whether to make sure all connected links belong to the proper subgraph or layer

    Return Value

    a collection of the objects that were added to this layer
    Remarks
    This method tries to preserve the links connecting any ports of the objects being added to this layer. Just as with the Add method, you may find that you will want to set the GoObject.Selectable property to true for each of the objects being added to this layer. The need for this depends on the behavior you want in your application.
    See Also