VeriStand .NET API Reference

CustomDeviceBase.GetDependentNodeProperty Method (String, String)

Gets the path to the dependent node, as specified in the system definition file, that is the value of the custom device item property specified by name.

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 GetDependentNodeProperty ( _
	name As String, _
	<OutAttribute> ByRef nodePath As String _
) As Boolean
C#
public bool GetDependentNodeProperty(
	string name,
	out string nodePath
)
Visual C++
public:
bool GetDependentNodeProperty(
	String^ name, 
	[OutAttribute] String^% nodePath
)

Parameters

name
Type: System.String
The name of the property. Property names are case-sensitive.
nodePath
Type: System.String %
The path to the dependent node.

Return Value

true (True in Visual Basic) if the property name is found.

See Also

Log in to get a better experience