Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NGravityForce Class / AccumulateForce Method


In This Topic
    AccumulateForce Method (NGravityForce)
    In This Topic
    Computes the gravity force acting on the graph vertices
    Syntax
    'Declaration
     
    
    Public Overridable Sub AccumulateForce( _
       ByVal graph As NGraph _
    ) 
    'Usage
     
    
    Dim instance As NGravityForce
    Dim graph As NGraph
     
    instance.AccumulateForce(graph)
    public virtual void AccumulateForce( 
       NGraph graph
    )

    Parameters

    graph
    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