'Declaration
Public Sub AppendRelative( _ ByVal more As IEnumerable(Of UABrowsePathElement) _ )
'Usage
Dim instance As UABrowsePath Dim more As IEnumerable(Of UABrowsePathElement) instance.AppendRelative(more)
public void AppendRelative( IEnumerable<UABrowsePathElement> more )
public: void AppendRelative( IEnumerable<UABrowsePathElement^>^ more )
Parameters
- more
- A IEnumerable, e.g. UABrowsePathElementCollection. The sequence of browse path elements to be appended to the current OPC-UA browse path.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).