Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class / ReduceEdgeCrossings Method
The layers calculated at steps 1 and 2.


In This Topic
    ReduceEdgeCrossings Method (NLayeredGraphLayout)
    In This Topic
    For each pair of adjacent layers fixes the positions of the vertices in the first layer and repositions the vertices in the second one in a way that minimizes the number of edge crossings between the two layers.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ReduceEdgeCrossings( _
       ByVal layers() As NGraphVertexList _
    ) 
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim layers() As NGraphVertexList
     
    instance.ReduceEdgeCrossings(layers)
    protected virtual void ReduceEdgeCrossings( 
       NGraphVertexList[] layers
    )

    Parameters

    layers
    The layers calculated at steps 1 and 2.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also