Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NGraphPartsLayout Class / UpdateObjects Method


In This Topic
    UpdateObjects Method
    In This Topic
    Called to update the objects from the bodies contained in all regions
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UpdateObjects( _
       ByVal regions As NRegionList, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NGraphPartsLayout
    Dim regions As NRegionList
    Dim context As NLayoutContext
     
    instance.UpdateObjects(regions, context)
    protected virtual void UpdateObjects( 
       NRegionList regions,
       NLayoutContext context
    )

    Parameters

    regions
    context
    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