Get the line number of the last line read.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getCurLine() As Integer
C#
public int getCurLine()
C++
public:
 int getCurLine() sealed 
J#
public int getCurLine()
JScript
public  function getCurLine() : int

See Also