GetAllNamedResultNames(string, out string[], out bool)
- Updated2025-10-13
- 1 minute(s) read
Returns all the named result names of the current signal instance.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int GetAllNamedResultNames(string selectorString, out string[] resultNames, out bool defaultResultExists)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| resultNames | out string[] | Returns an array of result names. |
| defaultResultExists | out bool | Indicates whether the default result exists. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.