Alias Constructor (String, String, Channel)
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Initializes a new instance of Alias with the specified name, description, and channel linked by reference.
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 Sub New ( _ Name As String, _ Description As String, _ LinkedChannelReference As Channel _ ) |
| C# |
|---|
public Alias( string Name, string Description, Channel LinkedChannelReference ) |
| Visual C++ |
|---|
public: Alias( 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 the alias represents.