Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomPath Class / FromAncestorToNode Method


In This Topic
    FromAncestorToNode Method
    In This Topic
    Creates a path from the specified ancestor to the specified node
    Syntax
    'Declaration
     
    
    Public Shared Function FromAncestorToNode( _
       ByVal fromAncestor As NNode, _
       ByVal toNode As NNode _
    ) As NDomPath
    'Usage
     
    
    Dim fromAncestor As NNode
    Dim toNode As NNode
    Dim value As NDomPath
     
    value = NDomPath.FromAncestorToNode(fromAncestor, toNode)
    public static NDomPath FromAncestorToNode( 
       NNode fromAncestor,
       NNode toNode
    )

    Parameters

    fromAncestor
    toNode
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also