| 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 Selector argument is a non-negative scalar value, then the sample lengths for the indicated profile is exposed as a scalar Double value.
If the Selector argument is Empty, Error or Null, or any negative scalar value, then the sample lengths for all CountOfProfiles profiles available in the last access to ProfileValues, exposed as an array of Double values, one for each profile. The number of elements in the array will be equal to the CountOfProfiles property.
If Selector is an array, then zero or positive values are treated as indices into the features collection, negative values are legal but ignored. In this case, the sample lengths for the indicated features will be exposed as an array of Double values equal to the length of the number of non-negative elements in the Selector array. Index values greater or equal to the CountOfProfiles property are illegal.
|