Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceEnvironment Class / Update Method


In This Topic
    Update Method (NForceEnvironment)
    In This Topic
    Updates the enviroment. This method is called on each layout iteration.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Update( _
       ByVal iteration As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NForceEnvironment
    Dim iteration As System.Integer
     
    instance.Update(iteration)
    public virtual void Update( 
       System.int iteration
    )

    Parameters

    iteration
    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