QuickOPC User's Guide and Reference
DAClientItemMapping Constructor(Type,DAItemMappingKind,DAItemMappingOperations)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientItemMapping Class > DAClientItemMapping Constructor : DAClientItemMapping Constructor(Type,DAItemMappingKind,DAItemMappingOperations)
The type of OPC item.
Specifies how the OPC Data Access item will be mapped.
The mapping operations in which this mapping will participate.
Initializes a new instance of the class, with given OPC item type, mapping kind, and mapping operations in which this mapping should participate.
Syntax
'Declaration
 
Public Function New( _
   ByVal itemType As Type, _
   ByVal kind As DAItemMappingKind, _
   ByVal operations As DAItemMappingOperations _
)
'Usage
 
Dim itemType As Type
Dim kind As DAItemMappingKind
Dim operations As DAItemMappingOperations
 
Dim instance As New DAClientItemMapping(itemType, kind, operations)

Parameters

itemType
The type of OPC item.
kind
Specifies how the OPC Data Access item will be mapped.
operations
The mapping operations in which this mapping will participate.
Requirements

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