OPC Labs EasyOPC-UA Library
UABrowsePath Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePath Object
Description
OPC-UA absolute browse path. A starting node, and sequence of browse path elements that denotes a path from the starting node in the OPC-UA address space.

 

ProgId: OpcLabs.EasyOpc.UA.Navigation.UABrowsePath
CLSID (Class ID): 0fc7dfd3-0c59-46d2-bedd-9514964943cf
Default interface: OpcLabs.EasyOpc.UA.Navigation.ComTypes._UABrowsePath
Event source interface:

 

For more information, see UABrowsePath and OpcLabs.EasyOpc.UA.Navigation.ComTypes._UABrowsePath in .NET Reference.

Object Model

UABrowsePath ObjectUABrowsePathElementCollection CollectionUABrowsePathElement ObjectUABrowsePath ObjectUABrowsePathElementCollection CollectionUABrowsePathElement ObjectUABrowsePath ObjectUABrowsePathElement ObjectUANodeDescriptor ObjectUANodeId ObjectUANodeDescriptor ObjectStringParsingError ObjectStringParsingError ObjectUABrowsePathElement ObjectUANodeId ObjectUAQualifiedName ObjectUANodeDescriptor ObjectUABrowsePath ObjectUANodeDescriptor ObjectUANodeId ObjectUANodeId ObjectUABrowsePath ObjectUANodeDescriptor ObjectUABrowsePath ObjectUANodeDescriptor ObjectUANodeId ObjectStringParsingError ObjectStringParsingError Object

Remarks

For remarks, see UABrowsePath and OpcLabs.EasyOpc.UA.Navigation.ComTypes._UABrowsePath in .NET Reference.

Object creation

_UABrowsePathPtr UABrowsePathPtr(__uuidof(UABrowsePath));
UABrowsePath := CoUABrowsePath.Create;
var UABrowsePath = new ActiveXObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath");
UABrowsePath := CoUABrowsePath.Create;
$UABrowsePath = Win32::OLE->new("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath");
$UABrowsePath = new COM("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath");
OLEObject UABrowsePath
UABrowsePath = CREATE OLEObject
UABrowsePath.ConnectToNewObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath")
UABrowsePath = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Navigation.UABrowsePath')
Dim UABrowsePath As New OleObject ("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath")
Dim UABrowsePath As New UABrowsePath
UABrowsePath = CREATEOBJECT("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath")
Dim UABrowsePath As New UABrowsePath
Dim UABrowsePath: Set UABrowsePath = CreateObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath")
UABrowsePath := CreateObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePath")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UABrowsePath in .NET Reference.

See Also

UABrowsePath Members