Selects the specified MapItem or MapItems in the Contents window, and unselects all other MapItems.

Overload List

  NameDescription
Select(MapItem)
Selects the specified MapItem in the Contents window, and unselects all other MapItems.
Select<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Selects the specified set of MapItems in the Contents window, and unselects all other MapItems.

Remarks

Overloads are available to select either a single or multiple MapItems.

See Also