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