Click or drag to resize

LogicalParserHasNextObservationRecord Method

Determines whether there are any more ObservationRecords to be read from the PQDIF file.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public bool HasNextObservationRecord()
View Source

Return Value

Boolean
true if there is another observation record to be read from PQDIF file; false otherwise
See Also