VeriStand .NET API Reference

Model.RenameNode Method

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 Overrides Function RenameNode ( _
	NewName As String _
) As Boolean
C#
public override bool RenameNode(
	string NewName
)
Visual C++
public:
virtual bool RenameNode(
	String^ NewName
) override

Parameters

NewName
Type: System.String
The name of the node.

Return Value

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

See Also

Log in to get a better experience