Opc.Ua.Core
CreateMapping Method



Opc.Ua Namespace > StringTable Class : CreateMapping Method
The string table to map.
if set to true if missing URIs should be added to the current tables.
Creates a mapping between the URIs in a source table and the indexes in the current table.
Syntax
'Declaration
 
Public Function CreateMapping( _
   ByVal source As StringTable, _
   ByVal updateTable As Boolean _
) As UShort()
'Usage
 
Dim instance As StringTable
Dim source As StringTable
Dim updateTable As Boolean
Dim value() As UShort
 
value = instance.CreateMapping(source, updateTable)
public ushort[] CreateMapping( 
   StringTable source,
   bool updateTable
)
public:
array<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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringTable Class
StringTable Members