| varSelector | Optional. A Variant value. An empty Variant, a single negative value, a single index value, or an array of zero or more index values (negative index values are legal but will be ignored).
If the varSelector argument is a non-negative scalar value, then
the measurement of the indicated feature from the Value is
returned as with dimensionality reduced by one (that is if the Value
is a 1-D array, this will be a scalar; if a 2-D array it will be
a 1-D array and so on).
If the varSelector argument is Empty, Error or Null, or any negative scalar,
then the entire Value property is exposed. The number of elements in the
slowest moving dimension of the array will be equal to the Count property.
If varSelector is an array, then zero or positive values are
treated as indices into the slowest moving Value dimension, negative values
are legal but ignored. In this case, the Value is exposed with only the
selected elements present.
This argument is only legal for measurements that yield a numeric
result; i.e., where Attributes(mcmaidResultType) is mcmrtNumeric.
|