Opc.Ua.Core
UpdateNamespaceTable Method



Opc.Ua Namespace > RelativePathFormatter Class : UpdateNamespaceTable Method
The current table.
The target table.
Updates the namespace table with URI used in the relative path.
Syntax
'Declaration
 
Public Sub UpdateNamespaceTable( _
   ByVal currentTable As NamespaceTable, _
   ByVal targetTable As NamespaceTable _
) 
'Usage
 
Dim instance As RelativePathFormatter
Dim currentTable As NamespaceTable
Dim targetTable As NamespaceTable
 
instance.UpdateNamespaceTable(currentTable, targetTable)
public void UpdateNamespaceTable( 
   NamespaceTable currentTable,
   NamespaceTable targetTable
)
public:
void UpdateNamespaceTable( 
   NamespaceTable^ currentTable,
   NamespaceTable^ targetTable
) 

Parameters

currentTable
The current table.
targetTable
The target 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

RelativePathFormatter Class
RelativePathFormatter Members