'Declaration
<ComVisibleAttribute(False)> Public Interface IUABrowsePathElement
'Usage
Dim instance As IUABrowsePathElement
[ComVisible(false)] public interface IUABrowsePathElement
[ComVisible(false)] public interface class IUABrowsePathElement
'Declaration
<ComVisibleAttribute(False)> Public Interface IUABrowsePathElement
'Usage
Dim instance As IUABrowsePathElement
[ComVisible(false)] public interface IUABrowsePathElement
[ComVisible(false)] public interface class IUABrowsePathElement
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.