OPC Labs EasyOPC-UA Library
UANodeElementCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UANodeElementCollection Collection
Description
A collection of OPC-UA node elements, keyed by their browse names.

 

ProgId: OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection
CLSID (Class ID): f10be69c-6077-4a5c-a76e-ebd079098d6f
Default interface: OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeElementCollection
Event source interface:

 

For more information, see UANodeElementCollection and OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeElementCollection in .NET Reference.

Object Model

UANodeElementCollection CollectionUANodeElement ObjectUAQualifiedName ObjectUABrowsePath ObjectUANodeId ObjectUANodeId ObjectUANodeDescriptor ObjectUANodeId Object

Remarks

For remarks, see UANodeElementCollection and OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeElementCollection in .NET Reference.

Object creation

_UANodeElementCollectionPtr UANodeElementCollectionPtr(__uuidof(UANodeElementCollection));
UANodeElementCollection := CoUANodeElementCollection.Create;
var UANodeElementCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection");
UANodeElementCollection := CoUANodeElementCollection.Create;
$UANodeElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection");
$UANodeElementCollection = new COM("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection");
OLEObject UANodeElementCollection
UANodeElementCollection = CREATE OLEObject
UANodeElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection")
UANodeElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection')
Dim UANodeElementCollection As New OleObject ("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection")
Dim UANodeElementCollection As New UANodeElementCollection
UANodeElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection")
Dim UANodeElementCollection As New UANodeElementCollection
Dim UANodeElementCollection: Set UANodeElementCollection = CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection")
UANodeElementCollection := CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeElementCollection")
Interfaces
InterfaceDescription
 

 

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

 

For more information, see ICloneable in .NET Reference.

 

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 UANodeElementCollection in .NET Reference.

See Also

UANodeElementCollection Members