QuickOPC User's Guide and Reference
UABrowsePathElementCollection Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace : UABrowsePathElementCollection Class
A collection of browse path elements.
Object Model
UABrowsePathElementCollection ClassUABrowsePathElement Class
Syntax
'Usage
 
Dim instance As UABrowsePathElementCollection
Remarks
Represents a relative browse path.

 

OPC UA browse path elements are represented by UABrowsePathElement objects. Each browse path element has following data members:

The UABrowsePathElement has various constructor overloads with different combinations of these parameters. In addition, there are static methods on the UABrowsePathElement Class that allow you to easily create commonly used browse path elements:

The created browse path elements can then be added to a UABrowsePathElementCollection Class, forming a relative path.

 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection

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