Opc.Ua.Core
Find(NodeId) Method



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

Parameters

nodeId
The node identifier.

Return Value

The node in the set.
Remarks
The NodeId must reference the strings for the node set.
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