GoDiagram Web Reference
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
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
'Declaration
 
Public Shared Sub ReparentAllLinksToSubGraphs( _
   ByVal coll As IGoCollection, _
   ByVal behind As Boolean, _
   ByVal layer As GoLayer _
) 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoSubGraphBase Class
GoSubGraphBase Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback