OPC Labs EasyOPC-UA Library
UABrowsePathElementCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePathElementCollection Collection
Description
A collection of browse path elements.

 

ProgId: OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection
CLSID (Class ID): c693bd29-7c2b-4a89-86fb-216ebfddf14d
Default interface: OpcLabs.EasyOpc.UA.Navigation.ComTypes._UABrowsePathElementCollection
Event source interface:

 

For more information, see UABrowsePathElementCollection and OpcLabs.EasyOpc.UA.Navigation.ComTypes._UABrowsePathElementCollection in .NET Reference.

Object Model

UABrowsePathElementCollection CollectionUABrowsePathElement ObjectUANodeId ObjectUAQualifiedName Object

Remarks

For remarks, see UABrowsePathElementCollection and OpcLabs.EasyOpc.UA.Navigation.ComTypes._UABrowsePathElementCollection in .NET Reference.

Object creation

_UABrowsePathElementCollectionPtr UABrowsePathElementCollectionPtr(__uuidof(UABrowsePathElementCollection));
UABrowsePathElementCollection := CoUABrowsePathElementCollection.Create;
var UABrowsePathElementCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection");
UABrowsePathElementCollection := CoUABrowsePathElementCollection.Create;
$UABrowsePathElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection");
$UABrowsePathElementCollection = new COM("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection");
OLEObject UABrowsePathElementCollection
UABrowsePathElementCollection = CREATE OLEObject
UABrowsePathElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection")
UABrowsePathElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection')
Dim UABrowsePathElementCollection As New OleObject ("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection")
Dim UABrowsePathElementCollection As New UABrowsePathElementCollection
UABrowsePathElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection")
Dim UABrowsePathElementCollection As New UABrowsePathElementCollection
Dim UABrowsePathElementCollection: Set UABrowsePathElementCollection = CreateObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection")
UABrowsePathElementCollection := CreateObject("OpcLabs.EasyOpc.UA.Navigation.UABrowsePathElementCollection")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see UABrowsePathElementCollection in .NET Reference.

See Also

UABrowsePathElementCollection Members