'Declaration
Public Const ScalarOrOneDimension As Integer
'Usage
Dim value As Integer value = UAValueRanks.ScalarOrOneDimension
public const int ScalarOrOneDimension
public: const int ScalarOrOneDimension
'Declaration
Public Const ScalarOrOneDimension As Integer
'Usage
Dim value As Integer value = UAValueRanks.ScalarOrOneDimension
public const int ScalarOrOneDimension
public: const int ScalarOrOneDimension
Indicates that the variable may either be a scalar value or a one-dimensional array.
This value rank is used to specify that the variable's value can change between being a single value (scalar) or an array with a single dimension. It provides flexibility in the types of data the variable can hold.
The corresponding traditional array rank value would be 0 or 1.