OPC Labs Base Library
BrowsePath Object
Members 
OpcLabs_BaseLib ActiveX DLL : BrowsePath Object
Description
A sequence of strings (browse names) that denotes a path in a graph.

 

ProgId: OpcLabs.BaseLib.Navigation.BrowsePath
CLSID (Class ID): 2cffb6ac-ba6b-4698-af2f-42dee677a233
Default interface: OpcLabs.BaseLib.Navigation.ComTypes._BrowsePath
Event source interface:

 

For more information, see BrowsePath and OpcLabs.BaseLib.Navigation.ComTypes._BrowsePath in .NET Reference.

Object Model

BrowsePath ObjectStringCollection CollectionStringCollection CollectionStringParsingError ObjectStringParsingError ObjectStringParsingError Object

Remarks

For remarks, see BrowsePath and OpcLabs.BaseLib.Navigation.ComTypes._BrowsePath in .NET Reference.

Object creation

_BrowsePathPtr BrowsePathPtr(__uuidof(BrowsePath));
BrowsePath := CoBrowsePath.Create;
var BrowsePath = new ActiveXObject("OpcLabs.BaseLib.Navigation.BrowsePath");
BrowsePath := CoBrowsePath.Create;
$BrowsePath = Win32::OLE->new("OpcLabs.BaseLib.Navigation.BrowsePath");
$BrowsePath = new COM("OpcLabs.BaseLib.Navigation.BrowsePath");
OLEObject BrowsePath
BrowsePath = CREATE OLEObject
BrowsePath.ConnectToNewObject("OpcLabs.BaseLib.Navigation.BrowsePath")
BrowsePath = win32com.client.Dispatch('OpcLabs.BaseLib.Navigation.BrowsePath')
Dim BrowsePath As New OleObject ("OpcLabs.BaseLib.Navigation.BrowsePath")
Dim BrowsePath As New BrowsePath
BrowsePath = CREATEOBJECT("OpcLabs.BaseLib.Navigation.BrowsePath")
Dim BrowsePath As New BrowsePath
Dim BrowsePath: Set BrowsePath = CreateObject("OpcLabs.BaseLib.Navigation.BrowsePath")
BrowsePath := CreateObject("OpcLabs.BaseLib.Navigation.BrowsePath")
Interfaces
InterfaceDescription
 

 

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

 

For more information, see ICloneable in .NET Reference.

An object that holds information.

 

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

 

For more information, see _Info in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

A common base class.

 

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

 

For more information, see _Object2 in .NET Reference.

Example

For examples, see BrowsePath in .NET Reference.

See Also

BrowsePath Members