Alarms.AddNewAlarmFolder Method
- 更新时间2023-02-21
- 阅读时长2分钟
Adds a new AlarmFolder with the specified name and description to the Alarms 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 AddNewAlarmFolder ( _ Name As String, _ Description As String _ ) As Boolean |
| C# |
|---|
public bool AddNewAlarmFolder( string Name, string Description ) |
| Visual C++ |
|---|
public: bool AddNewAlarmFolder( String^ Name, String^ Description ) |
Parameters
- Name
- Type: System.String
The name of the AlarmFolder.
- Description
- Type: System.String
The description of the AlarmFolder.