|   | LogicalParserHasNextObservationRecord Method | 
        
        
            Determines whether there are any more
            
ObservationRecords to be
            read from the PQDIF file.
            
 GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool HasNextObservationRecord()
Public Function HasNextObservationRecord As Boolean
public:
bool HasNextObservationRecord()
member HasNextObservationRecord : unit -> bool 
function HasNextObservationRecord();
Return Value
Booleantrue if there is another observation record to be read from PQDIF file; false otherwise
 See Also
See Also