OPC Studio User's Guide and Reference
Map(Object) Method



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapper Class > Map Method : Map(Object) Method
The target object to be mapped.
Maps a given object, using a mapping context created from the mapping context template, MappingContextTemplate.
Syntax
'Declaration
 
Public Overloads Sub Map( _
   ByVal targetObject As Object _
) 
 
'Usage
 
Dim instance As AbstractMapper
Dim targetObject As Object
 
instance.Map(targetObject)

Parameters

targetObject
The target object to be mapped.
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