EasyUA Reference
IsValid(Int32,Int32) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ValueRanks Class > IsValid Method : IsValid(Int32,Int32) Method

actualValueRank
expectedValueRank

Glossary Item Box

Checks if the actual value rank is compatible with the expected value rank.

Syntax

Visual Basic (Usage)Copy Code
Dim actualValueRank As Integer
Dim expectedValueRank As Integer
Dim value As Boolean
 
value = ValueRanks.IsValid(actualValueRank, expectedValueRank)
C# 
public static bool IsValid( 
   int actualValueRank,
   int expectedValueRank
)

Parameters

actualValueRank
expectedValueRank

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.