OPC Labs EasyOPC Forms
UABrowseNodeElement Object
Members 
OpcLabs_EasyOpcForms ActiveX DLL : UABrowseNodeElement Object
Description
Contains an OPC-UA user browse element, i.a. all available information obtained about a node.

 

ProgId: OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement
CLSID (Class ID): 2bfc252d-7ee7-46d7-98c3-14f0690d48c8
Default interface: OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElement
Event source interface:

 

For more information, see UABrowseNodeElement and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElement in .NET Reference.

Object Model

UABrowseNodeElement ObjectUADiscoveryElement ObjectStringCollection CollectionUAEndpointSelectionPolicy ObjectStringCollection CollectionStringSet CollectionPkiCertificate ObjectUAEndpointDescriptor ObjectHostElement ObjectUANodeElement ObjectUAQualifiedName ObjectUABrowsePath ObjectUANodeId ObjectUANodeId ObjectUANodeDescriptor ObjectUANodeId Object

Remarks

For remarks, see UABrowseNodeElement and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseNodeElement in .NET Reference.

Object creation

_UABrowseNodeElementPtr UABrowseNodeElementPtr(__uuidof(UABrowseNodeElement));
UABrowseNodeElement := CoUABrowseNodeElement.Create;
var UABrowseNodeElement = new ActiveXObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement");
UABrowseNodeElement := CoUABrowseNodeElement.Create;
$UABrowseNodeElement = Win32::OLE->new("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement");
$UABrowseNodeElement = new COM("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement");
OLEObject UABrowseNodeElement
UABrowseNodeElement = CREATE OLEObject
UABrowseNodeElement.ConnectToNewObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement")
UABrowseNodeElement = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement')
Dim UABrowseNodeElement As New OleObject ("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement")
Dim UABrowseNodeElement As New UABrowseNodeElement
UABrowseNodeElement = CREATEOBJECT("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement")
Dim UABrowseNodeElement As New UABrowseNodeElement
Dim UABrowseNodeElement: Set UABrowseNodeElement = CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement")
UABrowseNodeElement := CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseNodeElement")
Interfaces
InterfaceDescription
An object that holds information.

 

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

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

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

 

For more information, see _Object2 in .NET Reference.

 

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

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UABrowseNodeElement in .NET Reference.

See Also

UABrowseNodeElement Members