'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)
[NotNull()] public static UABrowsePath Add( UANodeId nodeId, UABrowsePathElement browsePathElement )
[NotNull()] public: static UABrowsePath^ Add( 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.