Opc.Ua.Core
Exists Method (INodeTable)



Opc.Ua Namespace > INodeTable Interface : Exists Method
The node identifier.
Returns true if the node is in the table.
Syntax
'Declaration
 
Function Exists( _
   ByVal nodeId As ExpandedNodeId _
) As Boolean
'Usage
 
Dim instance As INodeTable
Dim nodeId As ExpandedNodeId
Dim value As Boolean
 
value = instance.Exists(nodeId)

Parameters

nodeId
The node identifier.

Return Value

True if the node is in the table.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

INodeTable Interface
INodeTable Members