CreateHistoryQuery Method
- Last UpdatedAug 21, 2026
- 1 minute read
Use the CreateHistoryQuery() method to retrieve the tag values from the History table.
'Declaration
Public Function CreateHistoryQuery() As HistoryQuery
'Usage
Dim instance As HistorianAccess
Dim value As HistoryQuery
value = instance.CreateHistoryQuery()
public HistoryQuery CreateHistoryQuery()
public:
HistoryQuery^ CreateHistoryQuery();