QuickOPC User's Guide and Reference
UAMappingContext Constructor(UAMappingContext)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMappingContext Class > UAMappingContext Constructor : UAMappingContext Constructor(UAMappingContext)
The mapping context that is used as a template for creating a new instance.
Initializes a new instance of the class, based on a given mapping context template.
Syntax
'Declaration
 
Public Function New( _
   ByVal template As UAMappingContext _
)
'Usage
 
Dim template As UAMappingContext
 
Dim instance As New UAMappingContext(template)
public UAMappingContext( 
   UAMappingContext template
)
public:
UAMappingContext( 
   UAMappingContext^ template
)

Parameters

template
The mapping context that is used as a template for creating a new instance.
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