QuickOPC User's Guide and Reference
IUABrowsePathElement Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace : IUABrowsePathElement Interface
Represents an element in the OPC-UA browse path.
Object Model
IUABrowsePathElement InterfaceUANodeId ClassUAQualifiedName Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IUABrowsePathElement 
'Usage
 
Dim instance As IUABrowsePathElement
[ComVisible(false)]
public interface IUABrowsePathElement 
[ComVisible(false)]
public interface class IUABrowsePathElement 
Remarks

 

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.

 

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