EasyUA Reference
IsInView Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IAdvancedFilterTarget Interface : IsInView Method

context
The context to use when checking the biew.
viewId
The identifier for the view.

Glossary Item Box

Checks whether the target is an instance is in the specified view.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IAdvancedFilterTarget
Dim context As FilterContext
Dim viewId As NodeId
Dim value As Boolean
 
value = instance.IsInView(context, viewId)

Parameters

context
The context to use when checking the biew.
viewId
The identifier for the view.

Return Value

True if the instance is in the view.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.