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

actualArrayDimensions
valueRank
expectedArrayDimensions

Glossary Item Box

Checks if the actual array diminesions is compatible with the expected value rank and array dimensions.

Syntax

Visual Basic (Usage)Copy Code
Dim actualArrayDimensions As IList(Of UInteger)
Dim valueRank As Integer
Dim expectedArrayDimensions As IList(Of UInteger)
Dim value As Boolean
 
value = ValueRanks.IsValid(actualArrayDimensions, valueRank, expectedArrayDimensions)

Parameters

actualArrayDimensions
valueRank
expectedArrayDimensions

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.