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

currentTable
The current table.
targetTable
The target table.

Glossary Item Box

Updates the namespace table with URI used in the relative path.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As RelativePathFormatter
Dim currentTable As NamespaceTable
Dim targetTable As NamespaceTable
 
instance.UpdateNamespaceTable(currentTable, targetTable)
C# 
public void UpdateNamespaceTable( 
   NamespaceTable currentTable,
   NamespaceTable targetTable
)

Parameters

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