OPCDA.NET-UA
ArrayDimensions Field
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > UaArgument Class : ArrayDimensions Field

Glossary Item Box

Specifies the length of each dimension for an array dataType. It is intended to describe the capability of the dataType, not the current size. The number of elements shall be equal to the value of the valueRank.
Shall be null if valueRank ≤ 0.
A value of 0 for an individual dimension indicates that the dimension has a variable length.

Syntax

Visual Basic (Declaration) 
Public ArrayDimensions As Integer()
C# 
public int[] ArrayDimensions

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.