OPC Labs EasyOPC-UA Library
UABrowsePathParser Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePathParser Object
Description
A parser for OPC-UA absolute and relative browse paths.

 

ProgId: OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser
CLSID (Class ID): 2866a8de-4c0d-4cc6-955b-6705fad69a38
Default interface: OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathParser
Event source interface:

 

For more information, see UABrowsePathParser and OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathParser in .NET Reference.

Object Model

UABrowsePathParser ObjectUABrowsePath ObjectUABrowsePathElementCollection CollectionUABrowsePathElement ObjectUABrowsePath ObjectUABrowsePathElement ObjectUANodeDescriptor ObjectUANodeId ObjectUANodeDescriptor ObjectStringParsingError ObjectStringParsingError ObjectUABrowsePath ObjectUABrowsePathElementCollection CollectionUABrowsePathElement ObjectUABrowsePath ObjectUABrowsePathElement ObjectUANodeDescriptor ObjectUANodeId ObjectUANodeDescriptor ObjectStringParsingError ObjectStringParsingError ObjectUABrowsePathElementCollection CollectionUABrowsePathElement ObjectStringParsingError ObjectStringParsingError Object

Remarks

For remarks, see UABrowsePathParser and OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathParser in .NET Reference.

Object creation

_UABrowsePathParserPtr UABrowsePathParserPtr(__uuidof(UABrowsePathParser));
UABrowsePathParser := CoUABrowsePathParser.Create;
var UABrowsePathParser = new ActiveXObject("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser");
UABrowsePathParser := CoUABrowsePathParser.Create;
$UABrowsePathParser = Win32::OLE->new("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser");
$UABrowsePathParser = new COM("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser");
OLEObject UABrowsePathParser
UABrowsePathParser = CREATE OLEObject
UABrowsePathParser.ConnectToNewObject("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser")
UABrowsePathParser = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser')
Dim UABrowsePathParser As New OleObject ("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser")
Dim UABrowsePathParser As New UABrowsePathParser
UABrowsePathParser = CREATEOBJECT("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser")
Dim UABrowsePathParser As New UABrowsePathParser
Dim UABrowsePathParser: Set UABrowsePathParser = CreateObject("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser")
UABrowsePathParser := CreateObject("OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathParser")
Interfaces
InterfaceDescription
 
Example

For examples, see UABrowsePathParser in .NET Reference.

See Also

UABrowsePathParser Members