QuickOPC User's Guide and Reference
Add Method (UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : Add Method
Node Id. Identifies the node in OPC server's address space.
The browse path element.
Creates a browse path by adding a browse path element to a node Id.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function Add( _
   ByVal nodeId As UANodeId, _
   ByVal browsePathElement As UABrowsePathElement _
) As UABrowsePath
'Usage
 
Dim nodeId As UANodeId
Dim browsePathElement As UABrowsePathElement
Dim value As UABrowsePath
 
value = UANodeId.Add(nodeId, browsePathElement)

Parameters

nodeId
Node Id. Identifies the node in OPC server's address space.
browsePathElement
The browse path element.

Return Value

Returns a browse path with the given starting node, and one given browse path element.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also