BaseNode.FindNodeByPath Method
- Updated2023-02-21
- 2 minute(s) read
Gets a node using the specified path.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.