Opc.Ua.Core
Find(NodeId,NamespaceTable) Method



Opc.Ua Namespace > NodeSet Class > Find Method : Find(NodeId,NamespaceTable) Method
The node identifier.
The namespace URIs.
Returns the node in the set.
Syntax
'Declaration
 
Public Overloads Function Find( _
   ByVal nodeId As NodeId, _
   ByVal namespaceUris As NamespaceTable _
) As Node
'Usage
 
Dim instance As NodeSet
Dim nodeId As NodeId
Dim namespaceUris As NamespaceTable
Dim value As Node
 
value = instance.Find(nodeId, namespaceUris)
public Node Find( 
   NodeId nodeId,
   NamespaceTable namespaceUris
)
public:
Node^ Find( 
   NodeId^ nodeId,
   NamespaceTable^ namespaceUris
) 

Parameters

nodeId
The node identifier.
namespaceUris
The namespace URIs.

Return Value

The node in the set.
Remarks
The NodeId namespace is translated before the node is looked up.
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

NodeSet Class
NodeSet Members
Overload List