EasyUA Reference
GetValueRank(Object) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class > GetValueRank Method : GetValueRank(Object) Method

value
The value instance to check the array rank.

Glossary Item Box

Returns the array rank for a value.

Syntax

Visual Basic (Usage)Copy Code
Dim value As Object
Dim value As Integer
 
value = TypeInfo.GetValueRank(value)
C# 
public static int GetValueRank( 
   object value
)

Parameters

value
The value instance to check the array rank.

Return Value

The array rank of the value

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.