Remarks
Sets the width of the line indicating the selected position on the waveform.
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 PositionLineWidthSet (
nWidthInPixels as Int32
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes PositionLineWidthSet (
Int32 nWidthInPixels
);
|
|
[C++]
public: enumErrorCodes PositionLineWidthSet (
Int32 nWidthInPixels
);
|
|
Parameter
|
Description
|
|
|
nWidthInPixels
|
Width of the line expressed in pixels
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful.
|
|