Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTree Class / Ancestors Method
node whose ancestors to obtain
ancestors filter


In This Topic
    Ancestors Method
    In This Topic
    Finds all node ancestors, which satisfy the specified filter
    Syntax
    'Declaration
     
    
    Public Shared Function Ancestors( _
       ByVal node As INNode, _
       ByVal filter As INFilter _
    ) As NNodeList
    'Usage
     
    
    Dim node As INNode
    Dim filter As INFilter
    Dim value As NNodeList
     
    value = NSceneTree.Ancestors(node, filter)
    public static NNodeList Ancestors( 
       INNode node,
       INFilter filter
    )

    Parameters

    node
    node whose ancestors to obtain
    filter
    ancestors filter

    Return Value

    ancestors, which satisfies 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