Renames this node to the name you specify, if the node can be renamed and if the name you specify is not already in use by a sibling 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 Overridable Function RenameNode ( _
NewName As String _
) As Boolean |
| C# |
|---|
public virtual bool RenameNode(
string NewName
) |
| Visual C++ |
|---|
public:
virtual bool RenameNode(
String^ NewName
) |
Return Value
true (True in Visual Basic) if the node was renamed successfully.