ArrayVariant (get) |
variant array with the same elements as the object
|
ArrayVariant (let) |
variant array with the same elements as the object
|
Count (get) |
number of elements in the array |
Homogeneous (get) |
whether the array's elements are homogeneous
|
Index (get) |
index value for the client's arbitrary use
|
Index (let) |
index value for the client's arbitrary use
|
IndexMax (get) |
upper bound of index values
|
IndexMin (get) |
lower bound of index values
|
IndexMin (let) |
lower bound of index values
|
TypeClass (get) |
data type class of the elements of the array, if homogeneous |
Value (get) |
value of the element identified by the given index
|
Value (let) |
value of the element identified by the given index
|
Value (set) |
value of the element identified by the given index
|