VeriStand .NET API Reference

Table of Contents

BaseNode.FindNodeByPath Method

Gets a node using the specified path.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function FindNodeByPath ( _
	nodepath As String, _
	<OutAttribute> ByRef Node As BaseNode _
) As Boolean
C#
public bool FindNodeByPath(
	string nodepath,
	out BaseNode Node
)
Visual C++
public:
bool FindNodeByPath(
	String^ nodepath, 
	[OutAttribute] BaseNode^% Node
)

Parameters

nodepath
Type: System.String
The path to the node. The path is relative to path of this node.
Node
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode %
Upon return, contains the node with the specified nodepath, or a null reference (Nothing in Visual Basic) if not found.

Return Value

true (True in Visual Basic) if a node with the specified path was found successfully.

See Also

Log in to get a better experience