HistorianDataValue Constructor(UInt32,HistorianDataType)
- Last UpdatedAug 21, 2026
- 1 minute read
Constructs a HistorianDataValue object with tagkey and HistorianDataType.
'Declaration
Public Function New( _
ByVal tagkey As UInteger, _
ByVal valueType As HistorianDataType _
)
'Usage
Dim tagkey As UInteger
Dim valueType As HistorianDataType
Dim instance As New HistorianDataValue(tagkey, valueType)
public HistorianDataValue(
uint tagkey,
HistorianDataType valueType
)
public:
HistorianDataValue(
uint tagkey,
HistorianDataType valueType
)
Parameters
- tagkey
- The TagKey for which the HistorianDataValue object is being created.
- valueType
- Specifies the data type for the value.
Return Value
None