VeriStand .NET API Reference

BaseNode.GetParent Method

Gets the parent node of this node.

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 GetParent ( _
	<OutAttribute> ByRef Parent As BaseNode _
) As Boolean
C#
public bool GetParent(
	out BaseNode Parent
)
Visual C++
public:
bool GetParent(
	[OutAttribute] BaseNode^% Parent
)

Parameters

Parent
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode %
The parent node, or a null reference (Nothing in Visual Basic) if not found.

Return Value

true (True in Visual Basic) if the parent node was found successfully.

See Also

Log in to get a better experience