EasyUA Reference
ArrayDimensions Field
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA 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 (Usage)Copy Code
Dim instance As UaArgument
Dim value() As Integer
 
value = instance.ArrayDimensions
 
instance.ArrayDimensions = value
C# 
public int[] ArrayDimensions

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.