EasyUA Reference
IsNodeInView Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ViewTable Class : IsNodeInView Method

description
The description.
nodeId
The node id.

Glossary Item Box

Determines whether a node is in a view.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ViewTable
Dim description As ViewDescription
Dim nodeId As NodeId
Dim value As Boolean
 
value = instance.IsNodeInView(description, nodeId)
C# 
public bool IsNodeInView( 
   ViewDescription description,
   NodeId nodeId
)

Parameters

description
The description.
nodeId
The node id.

Return Value

true whether a node is in a view; otherwise, false.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.