| 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 McLines is returned with a snapshot of lines pointing to the edges that currently exist on the selected ancestor feature.
If the Selector argument is a scalar value of negative one (-1), then a newly created McLines is returned with a snapshot of lines pointing to the edges 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 tic marks McLines object will be returned. This McLines object always holds lines pointing to the current set of edges. As edges are added or removed, the tic mark lines are automatically 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 McLines is returned with a snapshot of lines pointing to the edges that currently exist on just the selected features.
|