<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods > Load Method > LoggerEntryCollection.Load(String) Method |
Given a file name the method tries to load the logger entries.
[Visual Basic]
Public Overloads Sub Load( _
ByVal filePath As String _
)
[C#]
public int Load(
string filePath
);
filePath
The filename including the directory.
0 on success else e.g.: 2... File does not exist; 5 ... access NOT allowed due to the selected parent object; 11 ... invalid/unknown file format.
Supports BR and ARL files.
LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.Load Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]