Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchLayout Class / Build Method


In This Topic
    Build Method (NBatchLayout)
    In This Topic
    Builds the formatter batch from the specified building nodes
    Syntax
    'Declaration
     
    
    Public Overrides Sub Build( _
       ByVal nodes As NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NBatchLayout
    Dim nodes As NNodeList
     
    instance.Build(nodes)
    public override void Build( 
       NNodeList nodes
    )

    Parameters

    nodes
    Remarks
    The implementation will remove all nodes which are descendants of other nodes and fill filter the remaining nodes with a NValidBoundsFilter filter.
    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