VeriStand .NET API Reference

Aliases.AddNewAliasByReference Method

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

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

Parameters

Name
Type: System.String
The name of the Alias.
Description
Type: System.String
The description of the Alias.
LinkedChannelReference
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
The reference 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