'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)
bool Exists( ExpandedNodeId nodeId )
bool Exists( ExpandedNodeId^ nodeId )
Parameters
- nodeId
- The node identifier.
Return Value
True if the node is in the table.