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

actualArrayDimensions
valueRank
expectedArrayDimensions

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function IsValid( _
   ByVal actualArrayDimensions As IList(Of UInteger), _
   ByVal valueRank As Integer, _
   ByVal expectedArrayDimensions As IList(Of UInteger) _
) As Boolean
C# 
public static bool IsValid( 
   IList<uint> actualArrayDimensions,
   int valueRank,
   IList<uint> expectedArrayDimensions
)

Parameters

actualArrayDimensions
valueRank
expectedArrayDimensions

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.