| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Sub DownloadCurrentRecordingToSource( _ ByVal atMeasurementSpan As Boolean, _ ByVal atPlaybackTime As Boolean _ ) | |
| C# | |
|---|---|
public abstract void DownloadCurrentRecordingToSource( bool atMeasurementSpan, bool atPlaybackTime ) | |
| C++/CLI | |
|---|---|
public: abstract void DownloadCurrentRecordingToSource( bool atMeasurementSpan, bool atPlaybackTime ) | |
Parameters
- atMeasurementSpan
- If true, filter the downloaded data to the current measurement span
- atPlaybackTime
- If true, only download the data between the current playback start and stop times
This method can be successfully called if CanDownloadCurrentRecording returns true.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)