RfsgMarkerEventCollection.Item Property
- Updated2024-05-08
- 1 minute(s) read
RfsgMarkerEventCollectionItem Property
Gets the Marker event at the particular index.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgMarkerEvent this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As RfsgMarkerEvent Get
Parameters
- index
- Type: SystemInt32
Property Value
Type: RfsgMarkerEventReturns an object of type RfsgMarkerEvent.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ItemInt32 property was accessed after the associated NIRfsg object was disposed. |