Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
WaveformAnalyzer.VerticalLineGetPosition method 
 
Remarks 
 
Obtains the current position of the given line. 
 
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 class section. 
 
 
Syntax 
 
[Visual Basic] 
Public Function VerticalLineGetPosition
nUniqueId as Int16 
) as Int32
 
[C#] 
public Int32 VerticalLineGetPosition
Int16 nUniqueId 
);
 
[C++] 
public: Int32 VerticalLineGetPosition
Int16 nUniqueId 
);
 
 
Parameter
Description
 
 
nUniqueId
Unique identification number assigned to the line
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
Value >= 0
Position of the line expressed in milliseconds
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents