'Declaration
Public Const OneDimension As Integer
'Usage
Dim value As Integer value = UAValueRanks.OneDimension
public const int OneDimension
public: const int OneDimension
'Declaration
Public Const OneDimension As Integer
'Usage
Dim value As Integer value = UAValueRanks.OneDimension
public const int OneDimension
public: const int OneDimension
This value rank is used to specify that the variable's value is always an array with exactly one dimension. It is suitable for variables that represent series or collections of values where each element can be accessed by a single index.
The corresponding traditional array rank value would be also 1.