Nevron .NET Vision
Nevron.Chart Namespace / NChartNodeComposite Class / AccumulateDescendants Method


In This Topic
    AccumulateDescendants Method (NChartNodeComposite)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AccumulateDescendants( _
       ByVal filter As INFilter, _
       ByVal depth As System.Integer, _
       ByVal list As NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NChartNodeComposite
    Dim filter As INFilter
    Dim depth As System.Integer
    Dim list As NNodeList
     
    instance.AccumulateDescendants(filter, depth, list)
    public void AccumulateDescendants( 
       INFilter filter,
       System.int depth,
       NNodeList list
    )

    Parameters

    filter
    depth
    list
    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