Click or drag to resize

LogicalParser(String) Constructor

Creates a new instance of the LogicalParser class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public LogicalParser(
	string filePath
)
View Source

Parameters

filePath  String
Path to the PQDIF file to be parsed.
See Also