TK.GetValuesFromHistorian Method

Get historian values from tag names
Public Shared Function GetValuesFromHistorian( _ 
ByVal tagNames As String(), _ 
ByVal dt As Date
) As Double()
This language is not supported or no code example is available.
public static double[] GetValuesFromHistorian( 
string[] tagNames
DateTime dt 
)
This language is not supported or no code example is available.

Parameters

tagNames
string[]

Tag names

dt
DateTime

DateTime

Return Value

double[]

Array containg values

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition