Remarks
Obtains the friendly name of the given vertical 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 VerticalLineNameGet (
nUniqueId as Int32
) as string
|
|
[C#]
public string VerticalLineNameGet (
Int32 nUniqueId
);
|
|
[C++]
public: string VerticalLineNameGet (
Int32 nUniqueId
);
|
|
Parameter
|
Description
|
|
|
nUniqueId
|
Unique identification number assigned to the line
|
Return value
Value
|
Meaning
|
|
|
Empty string
|
Information not available or an error occurred (see the LastError property for further error details)
|
Valid string
|
The friendly name of the line
|
|