FetchOffset
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the offset relative to the position specified by the FetchRelativeTo property from which to start fetching data.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public long FetchOffset { get; set; }
Remarks
Specifies a Int64 representing the offset relative to the position specified by the FetchRelativeTo property from which to start fetching data. Offset can be a positive or negative value.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FetchOffset property was accessed after the associated NIRfsa object was disposed. |