QuickOPC User's Guide and Reference
Addition Operator (UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : Addition Operator
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 Operator +( _
   ByVal nodeId As UANodeId, _
   ByVal browsePathElement As UABrowsePathElement _
) As UABrowsePath
'Usage
 

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