ArcGIS Explorer Component Help |
MapItemFile..::.Items Property |
MapItemFile Class See Also |
Gets a collection of the items in the specified MapItemFile.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public MapItemCollection Items { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Items As MapItemCollection |
Field Value
A MapItemCollection object containing MapItem objects, each of which represents an item in the Map.
Remarks
This property allows you to access the contents of the currently loaded MapItemFile (which is simply a collection of map items).