'Declaration
<NotNullAttribute()> Public Operator +( _ ByVal nodeId As UANodeId, _ ByVal browsePathElement As UABrowsePathElement _ ) As UABrowsePath
'Usage
[NotNull()] public UABrowsePath operator +( UANodeId nodeId, UABrowsePathElement browsePathElement )
[NotNull()] public: UABrowsePath^ operator +( UANodeId^ nodeId, UABrowsePathElement^ 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.