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

currentTable
The NamespaceTable which the RelativePathString currently references
targetTable
The NamespaceTable which the RelativePathString should reference

Glossary Item Box

Updates the path to use the indexes from the target table.

Syntax

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

Parameters

currentTable
The NamespaceTable which the RelativePathString currently references
targetTable
The NamespaceTable which the RelativePathString should reference

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.