Initializes a new instance of the MapItemCollection class.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public MapItemCollection() |
Visual Basic (Declaration) |
---|
Public Sub New |
Remarks
It may be useful to create a MapItemCollection object if you want store a collection of MapItems
internally or when using either the Add
or the AddFirst methods
to add several MapItems to the Map. Note that the Map
has an associated MapItemCollection which can be accessed using ChildItems property.