Aliases.AddNewAliasFolder Method
- Updated2023-02-21
- 2 minute(s) read
Adds a new AliasFolder with the specified name and description to the Aliases section.
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 Function AddNewAliasFolder ( _ Name As String, _ Description As String _ ) As Boolean |
| C# |
|---|
public bool AddNewAliasFolder( string Name, string Description ) |
| Visual C++ |
|---|
public: bool AddNewAliasFolder( String^ Name, String^ Description ) |
Parameters
- Name
- Type: System.String
The name of the AliasFolder.
- Description
- Type: System.String
The description of the AliasFolder.