Clears the collection by removing all references to MapItem objects.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void Clear()
Visual Basic (Declaration)
Public Sub Clear

Remarks

When the selection is changed, the MapItemSelectionChanged is triggered.

See Also