ArcGIS Explorer Component Help |
SelectedItemsCollection Members |
SelectedItemsCollection Class Constructors Methods Properties See Also |
The SelectedItemsCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SelectedItemsCollection |
Initializes a new empty instance of the SelectedItemsCollection class.
|
Methods
Name | Description | |
---|---|---|
Clear |
Clears the collection by removing all references to MapItem objects.
| |
Contains |
Determines whether the collection contains a specified MapItem.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetEnumerator | Supports a simple iteration over a generic collection. | |
GetFirst |
Gets the first MapItem from the collection of selected items.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetMapItems<(Of <(T>)>) |
Gets all items in the SelectedItemsCollection of a specified MapItem type.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Select | Overloaded. Selects the specified MapItem or MapItems in the Contents window, and unselects all other MapItems. | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of MapItems which are currently selected.
| |
Item |
Gets the MapItem at the specified index position in the collection.
|