Nevron .NET Vision
Nevron.Diagram Namespace / NDocument Class / AccumulateChildren Method
filter to use, or null if no filter must be applied
list to which to append the child nodes, which satisfy the filter


In This Topic
    AccumulateChildren Method (NDocument)
    In This Topic
    Accumulates the children contained in this node, which satisfy the filter to the provided node list
    Syntax
    'Declaration
     
    
    Public Overridable Sub AccumulateChildren( _
       ByVal filter As INFilter, _
       ByVal list As NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NDocument
    Dim filter As INFilter
    Dim list As NNodeList
     
    instance.AccumulateChildren(filter, list)
    public virtual void AccumulateChildren( 
       INFilter filter,
       NNodeList list
    )

    Parameters

    filter
    filter to use, or null if no filter must be applied
    list
    list to which to append the child nodes, which satisfy the 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