LoggerEntryCollection.SaveAs Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods >

LoggerEntryCollection.SaveAs Method

BR.AN.PviServices .NET


Saves the logger entries to a file in the specified format.

[Visual Basic]

Public Sub SaveAs( _

  ByVal file As String, _

  ByVal fileFormat As LogExportFormat _

)

[C#]

public int SaveAs(

  string file,

  LogExportFormat fileFormat

);

Parameters

file

The file name to be used to store the logger entries.

fileFormat

The file name to be used to store the logger entries.

Return Value

0 on success.

Remarks

Supported Formats are ARL, CSV and HTML

See Also

LoggerEntryCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]