Opc.Ua.Core
TranslateNamespaceIndexes Method



Opc.Ua Namespace > RelativePathFormatter Class : TranslateNamespaceIndexes Method
The NamespaceTable which the RelativePathString currently references
The NamespaceTable which the RelativePathString should reference
Updates the path to use the indexes from the target table.
Syntax
'Declaration
 
Public Sub TranslateNamespaceIndexes( _
   ByVal currentTable As NamespaceTable, _
   ByVal targetTable As NamespaceTable _
) 
'Usage
 
Dim instance As RelativePathFormatter
Dim currentTable As NamespaceTable
Dim targetTable As NamespaceTable
 
instance.TranslateNamespaceIndexes(currentTable, targetTable)
public void TranslateNamespaceIndexes( 
   NamespaceTable currentTable,
   NamespaceTable targetTable
)
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, 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