WaveAnalyzerLineMoveEnd event |
|
Remarks
Occurs at the end of the movement through the mouse of a graphic item of type "vertical line" inside the waveform analyzer.
For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.
For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer object section.
Syntax
[Visual Basic] WaveAnalyzerLineMoveEnd ( ByVal nUniqueID as Integer, ByVal nPosInMs as Long ) |
[C++] void WaveAnalyzerLineMoveEnd ( short nUniqueID, long nPosInMs ); |
Parameter |
Description |
|
|
nUniqueID |
Unique identifier of the vertical line; this unique identifier matches the unique identifier used when the custom line was created through the WaveformAnalyzer.GraphicItemVerticalLineAdd method. |
nPosInMs |
Position of the vertical line expressed in milliseconds |