| 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 feature index of any surrounding region of the indicated feature from the collection is exposed as a scalar Long value.
If the Selector argument is missing, or any negative scalar value, then the feature index of any surrounding region of all features are returned as an array of Long values. The number of elements in the array will be equal to the Count property. This is the default way that NestedWithin is exposed.
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 feature index of any surrounding region will be returned as an array of Long values equal to the length of the number of non-negative elements in the Selector array. Index values greater or equal to the Count property are illegal.
|