Opc.Ua.Core
Find(ExpandedNodeId) Method



Opc.Ua Namespace > NodeTable Class > Find Method : Find(ExpandedNodeId) Method
Syntax
'Declaration
 
Public Overloads Function Find( _
   ByVal nodeId As ExpandedNodeId _
) As INode
'Usage
 
Dim instance As NodeTable
Dim nodeId As ExpandedNodeId
Dim value As INode
 
value = instance.Find(nodeId)
public INode Find( 
   ExpandedNodeId nodeId
)
public:
INode^ Find( 
   ExpandedNodeId^ nodeId
) 

Parameters

nodeId
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

NodeTable Class
NodeTable Members
Overload List