Gets all items in the Map of a specified MapItem type.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public ReadOnlyCollection<T> GetMapItems<T>() where T : MapItem |
| Visual Basic (Declaration) |
|---|
Public Function GetMapItems(Of T As MapItem) As ReadOnlyCollection(Of T) |
Type Parameters
- T
- A derived MapItem type.