Visual Basic (Declaration) | |
---|---|
Public MustOverride Property PlayStart As Integer |
C# | |
---|---|
public abstract int PlayStart {get; set;} |
Determine the point within the current recording at which playback of the recording starts. When you restart the measurement (with Measurement.Restart), the current playback position (PlayPosition property) is set to the value of PlayStart. The PlayStop property determines when you reach the end of recording data. The PlayStart point is determined by the following calculation:
The PlayStart property is reset to the beginning of the recording when you record new data, recall a recording, or enter playback mode (set Input.DataFrom to DataSource.Recording).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)