this[int index]
- Updated2025-10-14
- 1 minute(s) read
Gets the Script trigger at a particular index.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgScriptTrigger this[int index] { get; }
Remarks
Returns an object of type RfsgScriptTrigger.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The NationalInstruments.ModularInstruments.NIRfsg.RfsgScriptTriggerCollection.this property was accessed after the associated NIRfsg object was disposed. |