EasyUA Reference
CreateMapping Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > StringTable Class : CreateMapping Method

source
The string table to map.
updateTable
if set to true if missing URIs should be added to the current tables.

Glossary Item Box

Creates a mapping between the URIs in a source table and the indexes in the current table.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As StringTable
Dim source As StringTable
Dim updateTable As Boolean
Dim value() As UShort
 
value = instance.CreateMapping(source, updateTable)
C# 
public ushort[] CreateMapping( 
   StringTable source,
   bool updateTable
)

Parameters

source
The string table to map.
updateTable
if set to true if missing URIs should be added to the current tables.

Return Value

A list of indexes in the current table.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.