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

description
The description.

Glossary Item Box

Determines whether a node id is a valid view id.

Syntax

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

Parameters

description
The description.

Return Value

true if the specified description is valid; 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.