EasyUA Reference
CreateArray Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class : CreateArray Method

type
The built-in type.
dimensions
The dimensions.

Glossary Item Box

Returns the default value for the specified built-in type.

Syntax

Visual Basic (Usage)Copy Code
Dim type As BuiltInType
Dim dimensions() As Integer
Dim value As Array
 
value = TypeInfo.CreateArray(type, dimensions)
C# 
public static Array CreateArray( 
   BuiltInType type,
   params int[] dimensions
)

Parameters

type
The built-in type.
dimensions
The dimensions.

Return Value

The default value for the specified 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.