Obtains
OpcLabs.EasyOpc.DataAccess.DAVtq for an item source, given an item mapping of a VTQ member.
'Declaration
<NotNullAttribute()>
Protected Overloads Shared Function ObtainItemVtq( _
ByVal As DAItemMapping _
) As DAVtq
'Usage
Dim vtqMapping As DAItemMapping
Dim value As DAVtq
value = DAMapper.ObtainItemVtq(vtqMapping)
Parameters
- vtqMapping
- An item mapping of a VTQ member.
Return Value
The arguments assembled from the item source and the item mapping.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also