EasyUA Reference
GetSystemType(BuiltInType,Int32) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class > GetSystemType Method : GetSystemType(BuiltInType,Int32) Method

builtInType
A built-in type.
valueRank
The value rank.

Glossary Item Box

Returns the system type a scalar or array instance of the built-in type.

Syntax

Visual Basic (Usage)Copy Code
Dim builtInType As BuiltInType
Dim valueRank As Integer
Dim value As Type
 
value = TypeInfo.GetSystemType(builtInType, valueRank)
C# 
public static Type GetSystemType( 
   BuiltInType builtInType,
   int valueRank
)

Parameters

builtInType
A built-in type.
valueRank
The value rank.

Return Value

A system type equivalent to the built-in 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.