Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NForceEnvironment Class / Reset Method


In This Topic
    Reset Method (NForceEnvironment)
    In This Topic
    Resets the enviroment. This method is called before the first iteration of each pass
    Syntax
    'Declaration
     
    
    Public Overridable Sub Reset( _
       ByVal vertices As NGraphVertexList _
    ) 
    'Usage
     
    
    Dim instance As NForceEnvironment
    Dim vertices As NGraphVertexList
     
    instance.Reset(vertices)
    public virtual void Reset( 
       NGraphVertexList vertices
    )

    Parameters

    vertices
    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