Opc.Ua.Core
ValidateDimensions(Int32Collection,Int32,Int32) Method



Opc.Ua Namespace > Matrix Class > ValidateDimensions Method : ValidateDimensions(Int32Collection,Int32,Int32) Method
Dimensions to be validated
The flatLength against the validation occurs
The limit representing the maximum array length
Validate the dimensions of a matrix with a provided expected flattened length. Throws ArgumentException if dimensions overflow and ServiceResultException if maxArrayLength is exceeded
Syntax
'Declaration
 
Public Overloads Shared Function ValidateDimensions( _
   ByVal dimensions As Int32Collection, _
   ByVal flatLength As Integer, _
   ByVal maxArrayLength As Integer _
) As ValueTuple(Of Boolean,Integer)
'Usage
 
Dim dimensions As Int32Collection
Dim flatLength As Integer
Dim maxArrayLength As Integer
Dim value As ValueTuple(Of Boolean,Integer)
 
value = Matrix.ValidateDimensions(dimensions, flatLength, maxArrayLength)

Parameters

dimensions
Dimensions to be validated
flatLength
The flatLength against the validation occurs
maxArrayLength
The limit representing the maximum array length

Return Value

Tuple with validation result and the calculated length of the flattended matrix
Exceptions
ExceptionDescription
The exception that is thrown when one of the arguments provided to a method is not valid.
An exception thrown when a UA defined error occurs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Matrix Class
Matrix Members
Overload List