VeriStand .NET API Reference

CustomDeviceBase.SetDependentNodeProperty Method (String, String)

Sets a path to a dependent node, as specified in the system definition file, as 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 SetDependentNodeProperty ( _
	name As String, _
	depNodePath As String _
) As Boolean
C#
public bool SetDependentNodeProperty(
	string name,
	string depNodePath
)
Visual C++
public:
bool SetDependentNodeProperty(
	String^ name, 
	String^ depNodePath
)

Parameters

name
Type: System.String
The name of the property. Property names are case-sensitive.
depNodePath
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