OPC Labs Base Library
BrowsePathParser Object
Members 
OpcLabs_BaseLib ActiveX DLL : BrowsePathParser Object
Description
A parser for browse paths (the result is always an absolute path).

 

ProgId: OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser
CLSID (Class ID): 3cd098c6-eb98-42b0-abcd-e35335a740cd
Default interface: OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser
Event source interface:

 

For more information, see BrowsePathParser and OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser in .NET Reference.

Object Model

BrowsePathParser ObjectBrowsePath ObjectStringCollection CollectionStringCollection CollectionStringParsingError ObjectStringParsingError ObjectStringParsingError ObjectBrowsePath ObjectStringCollection CollectionStringCollection CollectionStringParsingError ObjectStringParsingError ObjectStringParsingError ObjectStringCollection CollectionStringParsingError ObjectStringParsingError Object

Remarks

For remarks, see BrowsePathParser and OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathParser in .NET Reference.

Object creation

_BrowsePathParserPtr BrowsePathParserPtr(__uuidof(BrowsePathParser));
BrowsePathParser := CoBrowsePathParser.Create;
var BrowsePathParser = new ActiveXObject("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser");
BrowsePathParser := CoBrowsePathParser.Create;
$BrowsePathParser = Win32::OLE->new("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser");
$BrowsePathParser = new COM("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser");
OLEObject BrowsePathParser
BrowsePathParser = CREATE OLEObject
BrowsePathParser.ConnectToNewObject("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser")
BrowsePathParser = win32com.client.Dispatch('OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser')
Dim BrowsePathParser As New OleObject ("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser")
Dim BrowsePathParser As New BrowsePathParser
BrowsePathParser = CREATEOBJECT("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser")
Dim BrowsePathParser As New BrowsePathParser
Dim BrowsePathParser: Set BrowsePathParser = CreateObject("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser")
BrowsePathParser := CreateObject("OpcLabs.BaseLib.Navigation.Parsing.BrowsePathParser")
Interfaces
InterfaceDescription
 
Example

For examples, see BrowsePathParser in .NET Reference.

See Also

BrowsePathParser Members