Click or drag to resize

LogicalWriter(String) Constructor

Creates a new instance of the LogicalWriter class.

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

Parameters

filePath  String
The path to the file where the PQDIF data is to be written.
See Also