Nevron .NET Vision
Nevron.Dom Namespace / NNodeTree Class / BranchDepth Method
node
branch subtree filter


In This Topic
    BranchDepth Method
    In This Topic
    Returns the depth of the filtered branch subtree
    Syntax
    'Declaration
     
    
    Public Shared Function BranchDepth( _
       ByVal node As INNode, _
       ByVal filter As INFilter _
    ) As System.Integer
    'Usage
     
    
    Dim node As INNode
    Dim filter As INFilter
    Dim value As System.Integer
     
    value = NNodeTree.BranchDepth(node, filter)
    public static System.int BranchDepth( 
       INNode node,
       INFilter filter
    )

    Parameters

    node
    node
    filter
    branch subtree filter

    Return Value

    depth of filtered branch subtree, or -1 if the node is not a branch
    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