Nevron .NET Vision
Nevron.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 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