| 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 a newly created McPoints is returned with a snapshot of the edge points that currently exist on the selected ancestor feature.
If the Selector argument is a scalar value of negative one (-1), then a newly created McPoints is returned with a snapshot of the edge points that currently exist on all ancestor features.
If the Selector argument is Empty, Error or Null, or any negative scalar value other than -1, then the persistent edge points McPoints object will be returned. This McPoints object always holds the points of the current set of edges. As edges are added or removed, the edge points added, removed or repositioned.
If Selector is an array, then zero or positive values are treated as indices into the ancestor features collection; negative values are legal but ignored. In this case, a newly created McPoints is returned with a snapshot of the edge points that currently exist on just the selected features.
|