Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class / SetPlugSpacingToInEdges Method


In This Topic
    SetPlugSpacingToInEdges Method
    In This Topic
    Sets plug spacing to the given incoming edges.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetPlugSpacingToInEdges( _
       ByVal inEdges As NMap(Of NBody2D,NList(Of NGraphEdgeBodyBase)) _
    ) 
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim inEdges As NMap(Of NBody2D,NList(Of NGraphEdgeBodyBase))
     
    instance.SetPlugSpacingToInEdges(inEdges)
    protected virtual void SetPlugSpacingToInEdges( 
       NMap<NBody2D,NList<NGraphEdgeBodyBase>> inEdges
    )

    Parameters

    inEdges
    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