OPCDA.NET-UA
TranslateBrowsePaths Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > Opc.Ua.ClientDA Namespace > ClientUtils Class : TranslateBrowsePaths Method

session
An open session with the server to use.
startNodeId
The starting node for the relative paths.
namespacesUris
The namespace URIs referenced by the relative paths.
relativePaths
The relative paths.

Glossary Item Box

Returns the node ids for a set of relative paths.

Syntax

Visual Basic (Declaration) 
Public Shared Function TranslateBrowsePaths( _
   ByVal session As Opc.Ua.Client.Session, _
   ByVal startNodeId As Opc.Ua.NodeId, _
   ByVal namespacesUris As Opc.Ua.NamespaceTable, _
   ByVal ParamArray relativePaths() As String _
) As List(Of NodeId)
C# 
public static List<NodeId> TranslateBrowsePaths( 
   Opc.Ua.Client.Session session,
   Opc.Ua.NodeId startNodeId,
   Opc.Ua.NamespaceTable namespacesUris,
   params string[] relativePaths
)

Parameters

session
An open session with the server to use.
startNodeId
The starting node for the relative paths.
namespacesUris
The namespace URIs referenced by the relative paths.
relativePaths
The relative paths.

Return Value

A collection of local nodes.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.