Set the field names first flag.


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

Syntax

Visual Basic (Declaration)
Public Sub setFieldNamesFirst( _ 
   ByVal fieldNamesFirst As Boolean _ 
) _
    Implements INetricsRecFile.setFieldNamesFirst
C#
public void setFieldNamesFirst(
   bool fieldNamesFirst
)
C++
public:
 void setFieldNamesFirst(
   bool fieldNamesFirst
) sealed 
J#
public void setFieldNamesFirst(
   bool fieldNamesFirst
)
JScript
public  function setFieldNamesFirst(
   fieldNamesFirst : bool
)

Implements

INetricsRecFile.setFieldNamesFirst

Remarks

If true is given the first line of the file is used as the field names.

See Also