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

type
The framework type to check the array rank.

Glossary Item Box

Returns the array rank for a type.

Syntax

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

Parameters

type
The framework type to check the array rank.

Return Value

The array rank of the type

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.