'Declaration
Public Const OneOrMoreDimensions As Integer
'Usage
Dim value As Integer value = UAValueRanks.OneOrMoreDimensions
public const int OneOrMoreDimensions
public: const int OneOrMoreDimensions
'Declaration
Public Const OneOrMoreDimensions As Integer
'Usage
Dim value As Integer value = UAValueRanks.OneOrMoreDimensions
public const int OneOrMoreDimensions
public: const int OneOrMoreDimensions
This value rank is used to specify that the variable's value is always an array, but the number of dimensions is not specified. It must have at least one dimension, but could have more. This is useful for variables that can hold arrays of varying dimensions but cannot be a scalar.
The corresponding traditional array rank value would be 1, 2, 3, ... .