CustomDeviceBase.MoveNodeTo Method
- Updated2023-02-21
- 2 minute(s) read
Moves a custom device item to a new location within the custom device hierarchy.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.