'Declaration
<NotNullAttribute()> Protected Overloads Shared Function ObtainItemVtq( _ ByVal valueMapping As DAItemMapping, _ ByVal timestampMapping As DAItemMapping, _ ByVal timestampLocalMapping As DAItemMapping, _ ByVal qualityMapping As DAItemMapping _ ) As DAVtq
'Usage
Dim valueMapping As DAItemMapping Dim timestampMapping As DAItemMapping Dim timestampLocalMapping As DAItemMapping Dim qualityMapping As DAItemMapping Dim value As DAVtq value = DAMapper.ObtainItemVtq(valueMapping, timestampMapping, timestampLocalMapping, qualityMapping)
[NotNull()] protected static DAVtq ObtainItemVtq( DAItemMapping valueMapping, DAItemMapping timestampMapping, DAItemMapping timestampLocalMapping, DAItemMapping qualityMapping )
[NotNull()] protected: static DAVtq^ ObtainItemVtq( DAItemMapping^ valueMapping, DAItemMapping^ timestampMapping, DAItemMapping^ timestampLocalMapping, DAItemMapping^ qualityMapping )
Parameters
- valueMapping
- An item mapping of the value member.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - timestampMapping
- An item mapping of the timestamp member (in UTC).
The value of this parameter can be
null
(Nothing
in Visual Basic). - timestampLocalMapping
- An item mapping of the timestamp member (in local time).
The value of this parameter can be
null
(Nothing
in Visual Basic). - qualityMapping
- An item mapping of the quality member.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).