MoveNext Method (AnalogSummaryQuery)
- Last UpdatedAug 21, 2026
- 1 minute read
Loads the next data row into the QueryResult propery of the analog summary query.
'Declaration
Public Function MoveNext( _
ByRef error As HistorianAccessError _
) As Boolean
'Usage
Dim instance As AnalogSummaryQuery
Dim error As HistorianAccessError
Dim value As Boolean
value = instance.MoveNext(error)
public bool MoveNext(
out HistorianAccessError error
)
public:
bool MoveNext(
[Out] HistorianAccessError^ error
)
Parameters
- error
- Contains the error information in case of failure.
Return Value
Returns True if the next data row loaded successfully, or False otherwise.