![]() | Download Help (Windows Only) |
Gets a node using the specified path.
Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2017.0.0.0 (2017.0.0.128)
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 ) |
true (True in Visual Basic) if a node with the specified path was found successfully.
Helpful
Not Helpful