VeriStand .NET API Reference

Table of Contents

CustomDeviceBase.MoveNodeTo Method

Moves a custom device item to a new location within the custom device hierarchy.

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 MoveNodeTo ( _
	ParentType As CustomDeviceBase _
) As Boolean
C#
public bool MoveNodeTo(
	CustomDeviceBase ParentType
)
Visual C++
public:
bool MoveNodeTo(
	CustomDeviceBase^ ParentType
)

Parameters

ParentType
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
The reference to the parent node to move the item to.

Return Value

true (True in Visual Basic) if the item moves successfully.

See Also

Log in to get a better experience