Gets all items in the Folder 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.
Return Value
A read-only collection of MapItems in the Folder matching the specified MapItem type. Returns an empty collection if no matching items are found.Remarks
Version Information: This method is supported from version 2.0.0.1500.