Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomPath Class / Select Method
origin node


In This Topic
    Select Method (NDomPath)
    In This Topic
    Selects the node identified by this path, by traversing the path from the specified origin node.
    Syntax
    'Declaration
     
    
    Public Function Select( _
       ByVal from As NNode _
    ) As NNode
    'Usage
     
    
    Dim instance As NDomPath
    Dim from As NNode
    Dim value As NNode
     
    value = instance.Select(from)
    public NNode Select( 
       NNode from
    )

    Parameters

    from
    origin node

    Return Value

    from node if path is empty, or node at the end of the path
    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