VeriStand .NET API Reference

Aliases.AddNewAliasByPath Method

Adds a new Alias with the specified name, description, and channel linked by path.

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 AddNewAliasByPath ( _
	Name As String, _
	Description As String, _
	LinkedChannelPath As String _
) As Boolean
C#
public bool AddNewAliasByPath(
	string Name,
	string Description,
	string LinkedChannelPath
)
Visual C++
public:
bool AddNewAliasByPath(
	String^ Name, 
	String^ Description, 
	String^ LinkedChannelPath
)

Parameters

Name
Type: System.String
The name of the Alias.
Description
Type: System.String
The description of the Alias.
LinkedChannelPath
Type: System.String
The path to the channel that Alias represents.

Return Value

true (True in Visual Basic) if the Alias was added successfully.

See Also

Log in to get a better experience