OPC Labs EasyOPC-UA Library
UANodeId Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UANodeId Object
Description
Stores an identifier for a node in a server's address space, together with a complete namespace URI.

 

ProgId: OpcLabs.EasyOpc.UA.AddressSpace.UANodeId
CLSID (Class ID): 6764baf9-ca48-42e5-8485-09321cd6a01c
Default interface: OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeId
Event source interface:

 

For more information, see UANodeId and OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeId in .NET Reference.

Object Model

UANodeId ObjectUABrowsePath ObjectUABrowsePathElementCollection CollectionUABrowsePathElement ObjectUABrowsePath ObjectUABrowsePathElement ObjectUANodeDescriptor ObjectUANodeId ObjectUANodeDescriptor ObjectStringParsingError ObjectStringParsingError Object

Remarks

For remarks, see UANodeId and OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeId in .NET Reference.

Object creation

_UANodeIdPtr UANodeIdPtr(__uuidof(UANodeId));
UANodeId := CoUANodeId.Create;
var UANodeId = new ActiveXObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId");
UANodeId := CoUANodeId.Create;
$UANodeId = Win32::OLE->new("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId");
$UANodeId = new COM("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId");
OLEObject UANodeId
UANodeId = CREATE OLEObject
UANodeId.ConnectToNewObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId")
UANodeId = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.AddressSpace.UANodeId')
Dim UANodeId As New OleObject ("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId")
Dim UANodeId As New UANodeId
UANodeId = CREATEOBJECT("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId")
Dim UANodeId As New UANodeId
Dim UANodeId: Set UANodeId = CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId")
UANodeId := CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.UANodeId")
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): deb0e770-91fd-3cf6-9a6c-e6a3656f3965

 

For more information, see IComparable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Base class for objects that are qualified by an OPC UA namespace.

 

IID (Interface ID): 3183fb7b-4a61-4ae6-99da-5d458f9e4c8e

 

For more information, see _UANamespaceQualified in .NET Reference.

Example

For examples, see UANodeId in .NET Reference.

See Also

UANodeId Members