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 AddNewUserChannelsFolder ( _
Name As String, _
Description As String _
) As Boolean |
Visual C++ |
---|
public:
bool AddNewUserChannelsFolder(
String^ Name,
String^ Description
) |
Parameters
- Name
- Type: System.String
The name of the user channels folder.
- Description
- Type: System.String
The description of the user channels folder.
Return Value
true (True in Visual Basic) if the folder was added successfully.