DeleteConfigurationList(string)
- Updated2025-10-14
- 1 minute(s) read
Deletes a previously created configuration list and all the configuration list steps in the configuration list.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void DeleteConfigurationList(string listName)
Remarks
When a configuration list step is deleted, all the instances of the properties associated with the configuration list step are also removed.
Parameters
| Name | Type | Description |
|---|---|---|
| listName | string | Specifies the name of the configuration list. This string may not contain spaces. |